#F866A8
A light, vivid magenta closely aligning with Hotpink.
About #F866A8
The precise color #F866A8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Hotpink. In the RGB color space, it consists of 248 red, 102 green, and 168 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 59% Magenta, 32% Yellow, and 3% Black. The HSL representation is 332.9° hue, 91.3% saturation, and 68.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F866A8
RGB248, 102, 168
HSL332.9°, 91.3%, 68.6%
CMYK0%, 59%, 32%, 3%
HSV332.9°, 58.9%, 97.3%
LAB63.6, 62.0, -6.8
XYZ50.5, 32.3, 40.6
Decimal16279208
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.82:1
Text on #FFFFFF
FAIL
7.46:1
Text on #000000
AAA
2.69:1
Text on #F8FAFC
FAIL
6.34:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F866A8;
}
.text-color {
color: #F866A8;
}
.border-color {
border: 2px solid #F866A8;
}