#F80049
A medium, vivid magenta closely aligning with Crimson.
About #F80049
The hex code #F80049 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Crimson. In the RGB color space, it consists of 248 red, 0 green, and 73 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F80049
RGB248, 0, 73
HSL342.3°, 100.0%, 48.6%
CMYK0%, 100%, 71%, 3%
HSV342.3°, 100.0%, 97.3%
LAB52.3, 79.9, 33.5
XYZ39.9, 20.4, 8.1
Decimal16253001
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.13:1
Text on #FFFFFF
AA Large
5.09:1
Text on #000000
AA
3.95:1
Text on #F8FAFC
AA Large
4.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80049;
}
.text-color {
color: #F80049;
}
.border-color {
border: 2px solid #F80049;
}