#F83A57
A light, vivid red closely aligning with Crimson.
About #F83A57
The precise color #F83A57 is an excellent choice for modern design projects. Designers often compare it to the standard color Crimson. This translates to an RGB value of rgb(248, 58, 87).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 77% Magenta, 65% Yellow, and 3% Black. With a hue angle of 350.8 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F83A57
RGB248, 58, 87
HSL350.8°, 93.1%, 60.0%
CMYK0%, 77%, 65%, 3%
HSV350.8°, 76.6%, 97.3%
LAB55.8, 71.4, 29.5
XYZ41.9, 23.7, 11.4
Decimal16267863
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.66:1
Text on #FFFFFF
AA Large
5.73:1
Text on #000000
AA
3.50:1
Text on #F8FAFC
AA Large
4.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F83A57;
}
.text-color {
color: #F83A57;
}
.border-color {
border: 2px solid #F83A57;
}