#F82C8A
A medium, vivid magenta closely aligning with Deeppink.
About #F82C8A
At its core, #F82C8A is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 44, and 138.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 82% magenta inks. The HSL representation is 332.4° hue, 93.6% saturation, and 57.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium 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#F82C8A
RGB248, 44, 138
HSL332.4°, 93.6%, 57.3%
CMYK0%, 82%, 44%, 3%
HSV332.4°, 82.3%, 97.3%
LAB55.7, 78.4, -0.9
XYZ44.2, 23.6, 26.3
Decimal16264330
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.67:1
Text on #FFFFFF
AA Large
5.72:1
Text on #000000
AA
3.51:1
Text on #F8FAFC
AA Large
4.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F82C8A;
}
.text-color {
color: #F82C8A;
}
.border-color {
border: 2px solid #F82C8A;
}