Shades of Magenta #F720EE
Tints of Magenta #F720EE
RGB
CMYK
RGB Variations
Color information
#F720EE (or 0xF720EE) is known color: Magenta. HEX triplet: F7, 20 and EE. RGB value is (247,32,238). Sum of RGB (Red+Green+Blue) = 247+32+238=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 32 (12.89% from 255 or 6.19% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F720EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F720EE is #08DF11. Grayscale: #777777. Windows color (decimal): -581394 or 15606007. OLE color: 15606007.
HSL color Cylindrical-coordinate representation of color #F720EE: hue angle of 302.51º 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 #F720EE is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 32 | 238 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.03 |
| HSL | 302.51º | 0.93% | 0.55% | - |
| HSV(B) | 302.51º | 0.87% | 0.97% | - |
| XYZ | 54.31 | 26.98 | 83.23 | - |
| YUV | 119.77 | 194.73 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 32 | 238 | 0 | 0.87 | 0.04 | 0.03 | 302.51 | 0.93 | 0.55 |
| Hex | F7 | 20 | EE | 0 | 57 | 4 | 3 | 12F | 5D | 37 |
| Octal | 367 | 40 | 356 | 0 | 127 | 4 | 3 | 457 | 135 | 67 |
| Binary | 11110111 | 100000 | 11101110 | 0 | 1010111 | 100 | 11 | 100101111 | 1011101 | 110111 |
Color Harmonies of #F720EE
Complementary color
Monochromatic Colors of #F720EE
Black with #F720EE
Text Example
Text Example
White with #F720EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F720EE; }
p { color: rgb(247,32,238); }
H1.HeaderClassName
{
color: #F720EE;
}
.AnyTagClassName
{
color: #F720EE;
}
</style>
background-color css
<style>
a { background-color: #F720EE; }
a { background-color: rgb(247,32,238); }
div.DivClassName
{
background-color: #F720EE;
}
.BgClassName
{
background-color: #F720EE;
}
</style>
border-color css
<style>
span { border-color: #F720EE; }
span { border-color: rgb(247,32,238); }
td.TdClassName
{
border-color: #F720EE;
}
.TagClassName
{
border-color: #F720EE;
}
</style>