Shades of Magenta #F72FFF
Tints of Magenta #F72FFF
RGB
CMYK
RGB Variations
Color information
#F72FFF (or 0xF72FFF) is known color: Magenta. HEX triplet: F7, 2F and FF. RGB value is (247,47,255). Sum of RGB (Red+Green+Blue) = 247+47+255=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 47 (18.75% from 255 or 8.56% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #F72FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F72FFF is #08D000. Grayscale: #818181. Windows color (decimal): -577537 or 16723959. OLE color: 16723959.
HSL color Cylindrical-coordinate representation of color #F72FFF: hue angle of 297.69º 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 #F72FFF is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 47 | 255 | - |
| CMYK | 0.03 | 0.82 | 0 | 0 |
| HSL | 297.69º | 1% | 0.59% | - |
| HSV(B) | 297.69º | 0.82% | 1% | - |
| XYZ | 57.42 | 29.03 | 97.18 | - |
| YUV | 130.51 | 198.26 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 47 | 255 | 0.03 | 0.82 | 0 | 0 | 297.69 | 1 | 0.59 |
| Hex | F7 | 2F | FF | 3 | 52 | 0 | 0 | 12A | 64 | 3B |
| Octal | 367 | 57 | 377 | 3 | 122 | 0 | 0 | 452 | 144 | 73 |
| Binary | 11110111 | 101111 | 11111111 | 11 | 1010010 | 0 | 0 | 100101010 | 1100100 | 111011 |
Color Harmonies of #F72FFF
Complementary color
Monochromatic Colors of #F72FFF
Black with #F72FFF
Text Example
Text Example
White with #F72FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72FFF; }
p { color: rgb(247,47,255); }
H1.HeaderClassName
{
color: #F72FFF;
}
.AnyTagClassName
{
color: #F72FFF;
}
</style>
background-color css
<style>
a { background-color: #F72FFF; }
a { background-color: rgb(247,47,255); }
div.DivClassName
{
background-color: #F72FFF;
}
.BgClassName
{
background-color: #F72FFF;
}
</style>
border-color css
<style>
span { border-color: #F72FFF; }
span { border-color: rgb(247,47,255); }
td.TdClassName
{
border-color: #F72FFF;
}
.TagClassName
{
border-color: #F72FFF;
}
</style>