#F82C6D
A medium, vivid magenta closely aligning with Crimson.
About #F82C6D
At its core, #F82C6D 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, 44 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 82% M, 56% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F82C6D
RGB248, 44, 109
HSL340.9°, 93.6%, 57.3%
CMYK0%, 82%, 56%, 3%
HSV340.9°, 82.3%, 97.3%
LAB54.9, 76.2, 15.3
XYZ42.4, 22.9, 16.6
Decimal16264301
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.77:1
Text on #FFFFFF
AA Large
5.57:1
Text on #000000
AA
3.60:1
Text on #F8FAFC
AA Large
4.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F82C6D;
}
.text-color {
color: #F82C6D;
}
.border-color {
border: 2px solid #F82C6D;
}