#F85F83
A light, vivid red closely aligning with Palevioletred.
About #F85F83
The precise color #F85F83 is an excellent choice for modern design projects. It is closely associated with the named CSS color Palevioletred. Its digital footprint relies on 248 parts red, 95 parts green, and 131 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 62% Magenta, 47% Yellow, and 3% Black. With a hue angle of 345.9 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F85F83
RGB248, 95, 131
HSL345.9°, 91.6%, 67.3%
CMYK0%, 62%, 47%, 3%
HSV345.9°, 61.7%, 97.3%
LAB61.5, 61.2, 11.5
XYZ46.9, 29.8, 24.7
Decimal16277379
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.02:1
Text on #FFFFFF
AA Large
6.96:1
Text on #000000
AA
2.89:1
Text on #F8FAFC
FAIL
5.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85F83;
}
.text-color {
color: #F85F83;
}
.border-color {
border: 2px solid #F85F83;
}