#F85783
A light, vivid magenta closely aligning with Hotpink.
About #F85783
The hex code #F85783 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 87, and 131.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 65% Magenta, 47% Yellow, and 3% Black. With a hue angle of 343.6 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. 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#F85783
RGB248, 87, 131
HSL343.6°, 92.0%, 65.7%
CMYK0%, 65%, 47%, 3%
HSV343.6°, 64.9%, 97.3%
LAB60.3, 64.5, 9.8
XYZ46.2, 28.4, 24.5
Decimal16275331
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.14:1
Text on #FFFFFF
AA Large
6.68:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
AA Large
5.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85783;
}
.text-color {
color: #F85783;
}
.border-color {
border: 2px solid #F85783;
}