#F00792
A medium, vivid magenta closely aligning with Deeppink.
About #F00792
Visually, #F00792 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Deeppink. Its digital footprint relies on 240 parts red, 7 parts green, and 146 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 97% M, 39% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F00792
RGB240, 7, 146
HSL324.2°, 94.3%, 48.4%
CMYK0%, 97%, 39%, 6%
HSV324.2°, 97.1%, 94.1%
LAB52.7, 82.4, -10.3
XYZ41.2, 20.8, 29.0
Decimal15730578
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.08:1
Text on #FFFFFF
AA Large
5.15:1
Text on #000000
AA
3.90:1
Text on #F8FAFC
AA Large
4.38:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00792;
}
.text-color {
color: #F00792;
}
.border-color {
border: 2px solid #F00792;
}