#F8163A
A medium, vivid red closely aligning with Crimson.
About #F8163A
At its core, #F8163A is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Crimson. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 22, and 58.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 91% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#F8163A
RGB248, 22, 58
HSL350.4°, 94.2%, 52.9%
CMYK0%, 91%, 77%, 3%
HSV350.4°, 91.1%, 97.3%
LAB52.8, 77.5, 42.8
XYZ39.8, 20.8, 5.9
Decimal16258618
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.17:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F8163A;
}
.text-color {
color: #F8163A;
}
.border-color {
border: 2px solid #F8163A;
}