#F81650
A medium, vivid magenta closely aligning with Crimson.
About #F81650
At its core, #F81650 is a medium and vivid hue. It is closely associated with the named CSS color Crimson. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 22, and 80.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 91% Magenta, 68% Yellow, and 3% Black. 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. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F81650
RGB248, 22, 80
HSL344.6°, 94.2%, 52.9%
CMYK0%, 91%, 68%, 3%
HSV344.6°, 91.1%, 97.3%
LAB53.1, 78.4, 30.3
XYZ40.4, 21.1, 9.5
Decimal16258640
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.22:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F81650;
}
.text-color {
color: #F81650;
}
.border-color {
border: 2px solid #F81650;
}