#F85F99
A light, vivid magenta closely aligning with Hotpink.
About #F85F99
The precise color #F85F99 is an excellent choice for modern design projects. It is closely associated with the named CSS color Hotpink. In the RGB color space, it consists of 248 red, 95 green, and 153 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 62% magenta inks. The HSL representation is 337.3° hue, 91.6% saturation, and 67.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F85F99
RGB248, 95, 153
HSL337.3°, 91.6%, 67.3%
CMYK0%, 62%, 38%, 3%
HSV337.3°, 61.7%, 97.3%
LAB62.0, 63.3, -0.4
XYZ48.6, 30.4, 33.5
Decimal16277401
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.96:1
Text on #FFFFFF
FAIL
7.09:1
Text on #000000
AAA
2.83:1
Text on #F8FAFC
FAIL
6.03:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85F99;
}
.text-color {
color: #F85F99;
}
.border-color {
border: 2px solid #F85F99;
}