#F00F16
A medium, vivid red closely aligning with Red.
About #F00F16
The hex code #F00F16 represents a beautifully specific shade of red. Its closest recognized web color is Red. This translates to an RGB value of rgb(240, 15, 22).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 94% M, 91% Y, and 6% K. The HSL representation is 358.1° hue, 88.2% saturation, and 50.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F00F16
RGB240, 15, 22
HSL358.1°, 88.2%, 50.0%
CMYK0%, 94%, 91%, 6%
HSV358.1°, 93.8%, 94.1%
LAB50.6, 75.5, 58.0
XYZ36.3, 18.9, 2.5
Decimal15732502
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.39:1
Text on #FFFFFF
AA Large
4.78:1
Text on #000000
AA
4.19:1
Text on #F8FAFC
AA Large
4.07:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00F16;
}
.text-color {
color: #F00F16;
}
.border-color {
border: 2px solid #F00F16;
}