#F85F3A
A light, vivid red closely aligning with Tomato.
About #F85F3A
Visually, #F85F3A is defined as a vivid red. It is closely associated with the named CSS color Tomato. This translates to an RGB value of rgb(248, 95, 58).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 62% magenta, 77% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F85F3A
RGB248, 95, 58
HSL11.7°, 93.1%, 60.0%
CMYK0%, 62%, 77%, 3%
HSV11.7°, 76.6%, 97.3%
LAB60.3, 56.7, 50.7
XYZ43.6, 28.4, 7.2
Decimal16277306
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.14:1
Text on #FFFFFF
AA Large
6.69:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
AA Large
5.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85F3A;
}
.text-color {
color: #F85F3A;
}
.border-color {
border: 2px solid #F85F3A;
}