#F82CBD
A medium, vivid magenta closely aligning with Mediumvioletred.
About #F82CBD
The hex code #F82CBD represents a beautifully specific shade of magenta. Its closest recognized web color is Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 44, and 189.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 82% magenta, 24% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F82CBD
RGB248, 44, 189
HSL317.4°, 93.6%, 57.3%
CMYK0%, 82%, 24%, 3%
HSV317.4°, 82.3%, 97.3%
LAB57.5, 83.6, -28.1
XYZ48.8, 25.4, 50.5
Decimal16264381
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.09:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.17:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F82CBD;
}
.text-color {
color: #F82CBD;
}
.border-color {
border: 2px solid #F82CBD;
}