#F85F7C
A light, vivid red closely aligning with Indianred.
About #F85F7C
The precise color #F85F7C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Indianred. This translates to an RGB value of rgb(248, 95, 124).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 62% Magenta, 50% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
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#F85F7C
RGB248, 95, 124
HSL348.6°, 91.6%, 67.3%
CMYK0%, 62%, 50%, 3%
HSV348.6°, 61.7%, 97.3%
LAB61.3, 60.6, 15.3
XYZ46.4, 29.6, 22.3
Decimal16277372
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.04:1
Text on #FFFFFF
AA Large
6.92:1
Text on #000000
AA
2.90:1
Text on #F8FAFC
FAIL
5.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85F7C;
}
.text-color {
color: #F85F7C;
}
.border-color {
border: 2px solid #F85F7C;
}