#F82C50
A medium, vivid red closely aligning with Crimson.
About #F82C50
At its core, #F82C50 is a medium and vivid hue. It is closely associated with the named CSS color Crimson. Its digital footprint relies on 248 parts red, 44 parts green, and 80 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 82% magenta, 68% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F82C50
RGB248, 44, 80
HSL349.4°, 93.6%, 57.3%
CMYK0%, 82%, 68%, 3%
HSV349.4°, 82.3%, 97.3%
LAB54.4, 74.6, 31.9
XYZ41.1, 22.3, 9.7
Decimal16264272
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.84:1
Text on #FFFFFF
AA Large
5.47:1
Text on #000000
AA
3.67:1
Text on #F8FAFC
AA Large
4.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F82C50;
}
.text-color {
color: #F82C50;
}
.border-color {
border: 2px solid #F82C50;
}