#F82CD3
A medium, vivid magenta closely aligning with Fuchsia.
About #F82CD3
The hex code #F82CD3 represents a beautifully specific shade of magenta. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(248, 44, 211).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 82% magenta, 15% 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#F82CD3
RGB248, 44, 211
HSL310.9°, 93.6%, 57.3%
CMYK0%, 82%, 15%, 3%
HSV310.9°, 82.3%, 97.3%
LAB58.5, 86.3, -39.2
XYZ51.4, 26.5, 64.0
Decimal16264403
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.34:1
Text on #FFFFFF
AA Large
6.29:1
Text on #000000
AA
3.19:1
Text on #F8FAFC
AA Large
5.35:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F82CD3;
}
.text-color {
color: #F82CD3;
}
.border-color {
border: 2px solid #F82CD3;
}