#F82C49
A medium, vivid red closely aligning with Crimson.
About #F82C49
At its core, #F82C49 is a medium and vivid hue. Its closest recognized web color is Crimson. In the RGB color space, it consists of 248 red, 44 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 82% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F82C49
RGB248, 44, 73
HSL351.5°, 93.6%, 57.3%
CMYK0%, 82%, 71%, 3%
HSV351.5°, 82.3%, 97.3%
LAB54.3, 74.3, 35.9
XYZ40.8, 22.2, 8.4
Decimal16264265
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.85:1
Text on #FFFFFF
AA Large
5.45:1
Text on #000000
AA
3.68:1
Text on #F8FAFC
AA Large
4.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F82C49;
}
.text-color {
color: #F82C49;
}
.border-color {
border: 2px solid #F82C49;
}