Shades of Magenta #F72DF5
Tints of Magenta #F72DF5
RGB
CMYK
RGB Variations
Color information
#F72DF5 (or 0xF72DF5) is known color: Magenta. HEX triplet: F7, 2D and F5. RGB value is (247,45,245). Sum of RGB (Red+Green+Blue) = 247+45+245=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 45 (17.97% from 255 or 8.38% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F72DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F72DF5 is #08D20A. Grayscale: #7F7F7F. Windows color (decimal): -578059 or 16068087. OLE color: 16068087.
HSL color Cylindrical-coordinate representation of color #F72DF5: hue angle of 300.59º 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 #F72DF5 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 45 | 245 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.03 |
| HSL | 300.59º | 0.93% | 0.57% | - |
| HSV(B) | 300.59º | 0.82% | 0.97% | - |
| XYZ | 55.78 | 28.24 | 88.9 | - |
| YUV | 128.2 | 193.92 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 45 | 245 | 0 | 0.82 | 0.01 | 0.03 | 300.59 | 0.93 | 0.57 |
| Hex | F7 | 2D | F5 | 0 | 52 | 1 | 3 | 12D | 5D | 39 |
| Octal | 367 | 55 | 365 | 0 | 122 | 1 | 3 | 455 | 135 | 71 |
| Binary | 11110111 | 101101 | 11110101 | 0 | 1010010 | 1 | 11 | 100101101 | 1011101 | 111001 |
Color Harmonies of #F72DF5
Complementary color
Monochromatic Colors of #F72DF5
Black with #F72DF5
Text Example
Text Example
White with #F72DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72DF5; }
p { color: rgb(247,45,245); }
H1.HeaderClassName
{
color: #F72DF5;
}
.AnyTagClassName
{
color: #F72DF5;
}
</style>
background-color css
<style>
a { background-color: #F72DF5; }
a { background-color: rgb(247,45,245); }
div.DivClassName
{
background-color: #F72DF5;
}
.BgClassName
{
background-color: #F72DF5;
}
</style>
border-color css
<style>
span { border-color: #F72DF5; }
span { border-color: rgb(247,45,245); }
td.TdClassName
{
border-color: #F72DF5;
}
.TagClassName
{
border-color: #F72DF5;
}
</style>