#FF66AF
A light, vivid magenta closely aligning with Hotpink.
About #FF66AF
At its core, #FF66AF is a light and vivid hue. It is closely associated with the named CSS color Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 102, and 175.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 60% M, 31% Y, and 0% K. The HSL representation is 331.4° hue, 100.0% saturation, and 70.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF66AF
RGB255, 102, 175
HSL331.4°, 100.0%, 70.0%
CMYK0%, 60%, 31%, 0%
HSV331.4°, 60.0%, 100.0%
LAB64.8, 64.9, -8.8
XYZ53.7, 33.9, 44.3
Decimal16737967
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.70:1
Text on #FFFFFF
FAIL
7.77:1
Text on #000000
AAA
2.58:1
Text on #F8FAFC
FAIL
6.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF66AF;
}
.text-color {
color: #FF66AF;
}
.border-color {
border: 2px solid #FF66AF;
}