#F82C57
A medium, vivid red closely aligning with Crimson.
About #F82C57
When working with digital screens, the color #F82C57 is rendered by mixing light. Designers often compare it to the standard color Crimson. This translates to an RGB value of rgb(248, 44, 87).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 82% Magenta, 65% Yellow, and 3% Black. The HSL representation is 347.4° hue, 93.6% saturation, and 57.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F82C57
RGB248, 44, 87
HSL347.4°, 93.6%, 57.3%
CMYK0%, 82%, 65%, 3%
HSV347.4°, 82.3%, 97.3%
LAB54.5, 74.9, 27.9
XYZ41.3, 22.4, 11.2
Decimal16264279
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.83:1
Text on #FFFFFF
AA Large
5.49:1
Text on #000000
AA
3.66:1
Text on #F8FAFC
AA Large
4.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F82C57;
}
.text-color {
color: #F82C57;
}
.border-color {
border: 2px solid #F82C57;
}