#F82CFF
A medium, vivid magenta closely aligning with Fuchsia.
About #F82CFF
Visually, #F82CFF is defined as a vivid magenta. Designers often compare it to the standard color Fuchsia. This translates to an RGB value of rgb(248, 44, 255).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 3% cyan, 83% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F82CFF
RGB248, 44, 255
HSL298.0°, 100.0%, 58.6%
CMYK3%, 83%, 0%, 0%
HSV298.0°, 82.7%, 100.0%
LAB60.8, 92.4, -60.2
XYZ57.7, 29.0, 97.2
Decimal16264447
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.09:1
Text on #FFFFFF
AA Large
6.80:1
Text on #000000
AA
2.95:1
Text on #F8FAFC
FAIL
5.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F82CFF;
}
.text-color {
color: #F82CFF;
}
.border-color {
border: 2px solid #F82CFF;
}