CSS named color

HotPink

#FF69B4
HEX#ff69b4
RGBrgb(255, 105, 180)
HSLhsl(330, 100%, 71%)
OKLCHoklch(72.83% 0.1971 351.99)
NAMEhotpink

Palette

Complementary

180° on the color wheel
Complement
#6BFFB5

Analogous

±30° around the base hue
Left
#FF6BFF
Right
#FF6B6B

Triadic

±120° for harmonic contrast
Triad 1
#B5FF6B
Triad 2
#6BB5FF

Shades

Lighter and darker variants
Lightest
#FFF5FA
Lighter
#FFD1E8
Base
#FF69B4
HotPink
Darker
#FF0582
Darkest
#B8005C

CSS usage

By name
color: hotpink;
background-color: hotpink;
By HEX
color: #ff69b4;
background-color: #ff69b4;
By RGB
color: rgb(255, 105, 180);
background-color: rgb(255, 105, 180);
By HSL
color: hsl(330, 100%, 71%);
background-color: hsl(330, 100%, 71%);

WCAG contrast vs white

Aa
2.65:1
Below minimum

WCAG contrast vs black

Aa
7.93:1
AAA

Related colors

FAQ — HotPink

What is the HEX code for HotPink?

The HEX code for HotPink is #FF69B4. It's one of the 148 named CSS colors and can be used directly in CSS as color: hotpink; or color: #ff69b4;

What is HotPink in RGB?

HotPink in RGB is rgb(255, 105, 180) — red 255, green 105, blue 180.

What is HotPink in HSL?

HotPink in HSL is hsl(330, 100%, 71%) — hue 330°, saturation 100%, lightness 71%.

What is the complementary color of HotPink?

The complementary color (directly opposite HotPink on the color wheel) is #6BFFB5. The two together produce maximum contrast.

Is white text readable on HotPink?

The WCAG contrast ratio against white (#FFFFFF) is 2.65:1, and against black (#000000) it's 7.93:1. White text is more readable. WCAG recommends at least 4.5:1 for body text.

← All colors & converter