Shades of Magenta #F72DFF
Tints of Magenta #F72DFF
RGB
CMYK
RGB Variations
Color information
#F72DFF (or 0xF72DFF) is known color: Magenta. HEX triplet: F7, 2D and FF. RGB value is (247,45,255). Sum of RGB (Red+Green+Blue) = 247+45+255=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 45 (17.97% from 255 or 8.23% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #F72DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F72DFF is #08D200. Grayscale: #808080. Windows color (decimal): -578049 or 16723447. OLE color: 16723447.
HSL color Cylindrical-coordinate representation of color #F72DFF: hue angle of 297.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F72DFF is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 45 | 255 | - |
| CMYK | 0.03 | 0.82 | 0 | 0 |
| HSL | 297.71º | 1% | 0.59% | - |
| HSV(B) | 297.71º | 0.82% | 1% | - |
| XYZ | 57.35 | 28.87 | 97.16 | - |
| YUV | 129.34 | 198.92 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 45 | 255 | 0.03 | 0.82 | 0 | 0 | 297.71 | 1 | 0.59 |
| Hex | F7 | 2D | FF | 3 | 52 | 0 | 0 | 12A | 64 | 3B |
| Octal | 367 | 55 | 377 | 3 | 122 | 0 | 0 | 452 | 144 | 73 |
| Binary | 11110111 | 101101 | 11111111 | 11 | 1010010 | 0 | 0 | 100101010 | 1100100 | 111011 |
Color Harmonies of #F72DFF
Complementary color
Monochromatic Colors of #F72DFF
Black with #F72DFF
Text Example
Text Example
White with #F72DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72DFF; }
p { color: rgb(247,45,255); }
H1.HeaderClassName
{
color: #F72DFF;
}
.AnyTagClassName
{
color: #F72DFF;
}
</style>
background-color css
<style>
a { background-color: #F72DFF; }
a { background-color: rgb(247,45,255); }
div.DivClassName
{
background-color: #F72DFF;
}
.BgClassName
{
background-color: #F72DFF;
}
</style>
border-color css
<style>
span { border-color: #F72DFF; }
span { border-color: rgb(247,45,255); }
td.TdClassName
{
border-color: #F72DFF;
}
.TagClassName
{
border-color: #F72DFF;
}
</style>