#F85FBD
A light, vivid magenta closely aligning with Hotpink.
About #F85FBD
Visually, #F85FBD is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Hotpink. This translates to an RGB value of rgb(248, 95, 189).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 62% M, 24% Y, and 3% K. The HSL representation is 323.1° hue, 91.6% saturation, and 67.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F85FBD
RGB248, 95, 189
HSL323.1°, 91.6%, 67.3%
CMYK0%, 62%, 24%, 3%
HSV323.1°, 61.7%, 97.3%
LAB63.2, 67.6, -19.3
XYZ52.0, 31.8, 51.5
Decimal16277437
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.85:1
Text on #FFFFFF
FAIL
7.36:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.26:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85FBD;
}
.text-color {
color: #F85FBD;
}
.border-color {
border: 2px solid #F85FBD;
}