Shades of Magenta #F720ED
Tints of Magenta #F720ED
RGB
CMYK
RGB Variations
Color information
#F720ED (or 0xF720ED) is known color: Magenta. HEX triplet: F7, 20 and ED. RGB value is (247,32,237). Sum of RGB (Red+Green+Blue) = 247+32+237=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 32 (12.89% from 255 or 6.20% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F720ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F720ED is #08DF12. Grayscale: #777777. Windows color (decimal): -581395 or 15540471. OLE color: 15540471.
HSL color Cylindrical-coordinate representation of color #F720ED: hue angle of 302.79º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F720ED is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 32 | 237 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.03 |
| HSL | 302.79º | 0.93% | 0.55% | - |
| HSV(B) | 302.79º | 0.87% | 0.97% | - |
| XYZ | 54.16 | 26.92 | 82.46 | - |
| YUV | 119.66 | 194.23 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 32 | 237 | 0 | 0.87 | 0.04 | 0.03 | 302.79 | 0.93 | 0.55 |
| Hex | F7 | 20 | ED | 0 | 57 | 4 | 3 | 12F | 5D | 37 |
| Octal | 367 | 40 | 355 | 0 | 127 | 4 | 3 | 457 | 135 | 67 |
| Binary | 11110111 | 100000 | 11101101 | 0 | 1010111 | 100 | 11 | 100101111 | 1011101 | 110111 |
Color Harmonies of #F720ED
Complementary color
Monochromatic Colors of #F720ED
Black with #F720ED
Text Example
Text Example
White with #F720ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F720ED; }
p { color: rgb(247,32,237); }
H1.HeaderClassName
{
color: #F720ED;
}
.AnyTagClassName
{
color: #F720ED;
}
</style>
background-color css
<style>
a { background-color: #F720ED; }
a { background-color: rgb(247,32,237); }
div.DivClassName
{
background-color: #F720ED;
}
.BgClassName
{
background-color: #F720ED;
}
</style>
border-color css
<style>
span { border-color: #F720ED; }
span { border-color: rgb(247,32,237); }
td.TdClassName
{
border-color: #F720ED;
}
.TagClassName
{
border-color: #F720ED;
}
</style>