#F85092
A light, vivid magenta closely aligning with Hotpink.
About #F85092
At its core, #F85092 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Hotpink. In the RGB color space, it consists of 248 red, 80 green, and 146 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 68% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F85092
RGB248, 80, 146
HSL336.4°, 92.3%, 64.3%
CMYK0%, 68%, 41%, 3%
HSV336.4°, 67.7%, 97.3%
LAB59.7, 68.5, 0.2
XYZ46.8, 27.8, 30.1
Decimal16273554
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.20:1
Text on #FFFFFF
AA Large
6.55:1
Text on #000000
AA
3.06:1
Text on #F8FAFC
AA Large
5.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85092;
}
.text-color {
color: #F85092;
}
.border-color {
border: 2px solid #F85092;
}