Shades of Magenta #F72BFF
Tints of Magenta #F72BFF
RGB
CMYK
RGB Variations
Color information
#F72BFF (or 0xF72BFF) is known color: Magenta. HEX triplet: F7, 2B and FF. RGB value is (247,43,255). Sum of RGB (Red+Green+Blue) = 247+43+255=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 43 (17.19% from 255 or 7.89% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #F72BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F72BFF is #08D400. Grayscale: #7F7F7F. Windows color (decimal): -578561 or 16722935. OLE color: 16722935.
HSL color Cylindrical-coordinate representation of color #F72BFF: hue angle of 297.74º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F72BFF is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 43 | 255 | - |
| CMYK | 0.03 | 0.83 | 0 | 0 |
| HSL | 297.74º | 1% | 0.58% | - |
| HSV(B) | 297.74º | 0.83% | 1% | - |
| XYZ | 57.27 | 28.72 | 97.13 | - |
| YUV | 128.16 | 199.59 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 43 | 255 | 0.03 | 0.83 | 0 | 0 | 297.74 | 1 | 0.58 |
| Hex | F7 | 2B | FF | 3 | 53 | 0 | 0 | 12A | 64 | 3A |
| Octal | 367 | 53 | 377 | 3 | 123 | 0 | 0 | 452 | 144 | 72 |
| Binary | 11110111 | 101011 | 11111111 | 11 | 1010011 | 0 | 0 | 100101010 | 1100100 | 111010 |
Color Harmonies of #F72BFF
Complementary color
Monochromatic Colors of #F72BFF
Black with #F72BFF
Text Example
Text Example
White with #F72BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72BFF; }
p { color: rgb(247,43,255); }
H1.HeaderClassName
{
color: #F72BFF;
}
.AnyTagClassName
{
color: #F72BFF;
}
</style>
background-color css
<style>
a { background-color: #F72BFF; }
a { background-color: rgb(247,43,255); }
div.DivClassName
{
background-color: #F72BFF;
}
.BgClassName
{
background-color: #F72BFF;
}
</style>
border-color css
<style>
span { border-color: #F72BFF; }
span { border-color: rgb(247,43,255); }
td.TdClassName
{
border-color: #F72BFF;
}
.TagClassName
{
border-color: #F72BFF;
}
</style>