#F85083
A light, vivid magenta closely aligning with Hotpink.
About #F85083
The hex code #F85083 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Hotpink. This translates to an RGB value of rgb(248, 80, 131).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 68% M, 47% Y, and 3% K. The HSL representation is 341.8° hue, 92.3% saturation, and 64.3% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F85083
RGB248, 80, 131
HSL341.8°, 92.3%, 64.3%
CMYK0%, 68%, 47%, 3%
HSV341.8°, 67.7%, 97.3%
LAB59.3, 67.2, 8.4
XYZ45.7, 27.3, 24.3
Decimal16273539
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.25:1
Text on #FFFFFF
AA Large
6.47:1
Text on #000000
AA
3.10:1
Text on #F8FAFC
AA Large
5.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85083;
}
.text-color {
color: #F85083;
}
.border-color {
border: 2px solid #F85083;
}