#F82C99
A medium, vivid magenta closely aligning with Deeppink.
About #F82C99
Visually, #F82C99 is defined as a vivid magenta. Its closest recognized web color is Deeppink. In the RGB color space, it consists of 248 red, 44 green, and 153 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 82% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F82C99
RGB248, 44, 153
HSL327.9°, 93.6%, 57.3%
CMYK0%, 82%, 38%, 3%
HSV327.9°, 82.3%, 97.3%
LAB56.1, 79.8, -9.1
XYZ45.4, 24.1, 32.4
Decimal16264345
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.61:1
Text on #FFFFFF
AA Large
5.81:1
Text on #000000
AA
3.45:1
Text on #F8FAFC
AA Large
4.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F82C99;
}
.text-color {
color: #F82C99;
}
.border-color {
border: 2px solid #F82C99;
}