#F85FA8
A light, vivid magenta closely aligning with Hotpink.
About #F85FA8
The precise color #F85FA8 is an excellent choice for modern design projects. Its closest recognized web color is Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 95, and 168.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 62% M, 32% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F85FA8
RGB248, 95, 168
HSL331.4°, 91.6%, 67.3%
CMYK0%, 62%, 32%, 3%
HSV331.4°, 61.7%, 97.3%
LAB62.5, 65.0, -8.4
XYZ49.9, 31.0, 40.4
Decimal16277416
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.19:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.12:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85FA8;
}
.text-color {
color: #F85FA8;
}
.border-color {
border: 2px solid #F85FA8;
}