Shades of Magenta #F72DF6
Tints of Magenta #F72DF6
RGB
CMYK
RGB Variations
Color information
#F72DF6 (or 0xF72DF6) is known color: Magenta. HEX triplet: F7, 2D and F6. RGB value is (247,45,246). Sum of RGB (Red+Green+Blue) = 247+45+246=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 45 (17.97% from 255 or 8.36% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 247 - color contains mainly: red. Hex color #F72DF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F72DF6 is #08D209. Grayscale: #7F7F7F. Windows color (decimal): -578058 or 16133623. OLE color: 16133623.
HSL color Cylindrical-coordinate representation of color #F72DF6: hue angle of 300.3º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F72DF6 is Cyan = 0, Magento = 0.82, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 45 | 246 | - |
| CMYK | 0 | 0.82 | 0.00 | 0.03 |
| HSL | 300.3º | 0.93% | 0.57% | - |
| HSV(B) | 300.3º | 0.82% | 0.97% | - |
| XYZ | 55.93 | 28.3 | 89.7 | - |
| YUV | 128.31 | 194.42 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 45 | 246 | 0 | 0.82 | 0.00 | 0.03 | 300.3 | 0.93 | 0.57 |
| Hex | F7 | 2D | F6 | 0 | 52 | 0 | 3 | 12C | 5D | 39 |
| Octal | 367 | 55 | 366 | 0 | 122 | 0 | 3 | 454 | 135 | 71 |
| Binary | 11110111 | 101101 | 11110110 | 0 | 1010010 | 0 | 11 | 100101100 | 1011101 | 111001 |
Color Harmonies of #F72DF6
Complementary color
Monochromatic Colors of #F72DF6
Black with #F72DF6
Text Example
Text Example
White with #F72DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72DF6; }
p { color: rgb(247,45,246); }
H1.HeaderClassName
{
color: #F72DF6;
}
.AnyTagClassName
{
color: #F72DF6;
}
</style>
background-color css
<style>
a { background-color: #F72DF6; }
a { background-color: rgb(247,45,246); }
div.DivClassName
{
background-color: #F72DF6;
}
.BgClassName
{
background-color: #F72DF6;
}
</style>
border-color css
<style>
span { border-color: #F72DF6; }
span { border-color: rgb(247,45,246); }
td.TdClassName
{
border-color: #F72DF6;
}
.TagClassName
{
border-color: #F72DF6;
}
</style>