#F8165F
A medium, vivid magenta closely aligning with Crimson.
About #F8165F
At its core, #F8165F is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Crimson. In the RGB color space, it consists of 248 red, 22 green, and 95 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 91% magenta, 62% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8165F
RGB248, 22, 95
HSL340.6°, 94.2%, 52.9%
CMYK0%, 91%, 62%, 3%
HSV340.6°, 91.1%, 97.3%
LAB53.3, 79.1, 21.6
XYZ41.1, 21.4, 12.8
Decimal16258655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.98:1
Text on #FFFFFF
AA Large
5.27:1
Text on #000000
AA
3.81:1
Text on #F8FAFC
AA Large
4.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F8165F;
}
.text-color {
color: #F8165F;
}
.border-color {
border: 2px solid #F8165F;
}