#F8506D
A light, vivid red closely aligning with Crimson.
About #F8506D
Visually, #F8506D is defined as a vivid red. It is closely associated with the named CSS color Crimson. This translates to an RGB value of rgb(248, 80, 109).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 68% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8506D
RGB248, 80, 109
HSL349.6°, 92.3%, 64.3%
CMYK0%, 68%, 56%, 3%
HSV349.6°, 67.7%, 97.3%
LAB58.8, 65.4, 20.6
XYZ44.3, 26.8, 17.3
Decimal16273517
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.30:1
Text on #FFFFFF
AA Large
6.36:1
Text on #000000
AA
3.16:1
Text on #F8FAFC
AA Large
5.41:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F8506D;
}
.text-color {
color: #F8506D;
}
.border-color {
border: 2px solid #F8506D;
}