#F8336D
A medium, vivid magenta closely aligning with Crimson.
About #F8336D
At its core, #F8336D is a medium and vivid hue. It is closely associated with the named CSS color Crimson. This translates to an RGB value of rgb(248, 51, 109).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 79% Magenta, 56% Yellow, and 3% Black. The HSL representation is 342.3° hue, 93.4% saturation, and 58.6% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8336D
RGB248, 51, 109
HSL342.3°, 93.4%, 58.6%
CMYK0%, 79%, 56%, 3%
HSV342.3°, 79.4%, 97.3%
LAB55.5, 74.6, 16.1
XYZ42.7, 23.4, 16.7
Decimal16266093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.69:1
Text on #FFFFFF
AA Large
5.69:1
Text on #000000
AA
3.53:1
Text on #F8FAFC
AA Large
4.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F8336D;
}
.text-color {
color: #F8336D;
}
.border-color {
border: 2px solid #F8336D;
}