#F8070F
A medium, vivid red closely aligning with Red.
About #F8070F
At its core, #F8070F is a medium and vivid hue. Its closest recognized web color is Red. In the RGB color space, it consists of 248 red, 7 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 97% magenta, 94% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F8070F
RGB248, 7, 15
HSL358.0°, 94.5%, 50.0%
CMYK0%, 97%, 94%, 3%
HSV358.0°, 97.2%, 97.3%
LAB52.0, 78.0, 62.0
XYZ38.9, 20.1, 2.3
Decimal16254735
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.18:1
Text on #FFFFFF
AA Large
5.03:1
Text on #000000
AA
3.99:1
Text on #F8FAFC
AA Large
4.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F8070F;
}
.text-color {
color: #F8070F;
}
.border-color {
border: 2px solid #F8070F;
}