#F82450
A medium, vivid red closely aligning with Crimson.
About #F82450
The hex code #F82450 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Crimson. This translates to an RGB value of rgb(248, 36, 80).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 85% magenta, 68% yellow, and 3% black. With a hue angle of 347.5 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. 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#F82450
RGB248, 36, 80
HSL347.5°, 93.8%, 55.7%
CMYK0%, 85%, 68%, 3%
HSV347.5°, 85.5%, 97.3%
LAB53.8, 76.2, 31.2
XYZ40.8, 21.8, 9.6
Decimal16262224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.92:1
Text on #FFFFFF
AA Large
5.36:1
Text on #000000
AA
3.74:1
Text on #F8FAFC
AA Large
4.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F82450;
}
.text-color {
color: #F82450;
}
.border-color {
border: 2px solid #F82450;
}