#F80F16
A medium, vivid red closely aligning with Red.
About #F80F16
The hex code #F80F16 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Red. Its digital footprint relies on 248 parts red, 15 parts green, and 22 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 94% magenta inks. With a hue angle of 358.2 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#F80F16
RGB248, 15, 22
HSL358.2°, 94.3%, 51.6%
CMYK0%, 94%, 91%, 3%
HSV358.2°, 94.0%, 97.3%
LAB52.2, 77.5, 59.8
XYZ39.0, 20.4, 2.6
Decimal16256790
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.14:1
Text on #FFFFFF
AA Large
5.07:1
Text on #000000
AA
3.96:1
Text on #F8FAFC
AA Large
4.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80F16;
}
.text-color {
color: #F80F16;
}
.border-color {
border: 2px solid #F80F16;
}