Shades of Hot Magenta #F70EE0
Tints of Hot Magenta #F70EE0
RGB
CMYK
RGB Variations
Color information
#F70EE0 (or 0xF70EE0) is known color: Hot Magenta. HEX triplet: F7, 0E and E0. RGB value is (247,14,224). Sum of RGB (Red+Green+Blue) = 247+14+224=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 14 (5.86% from 255 or 2.89% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F70EE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70EE0 is #08F11F. Grayscale: #6B6B6B. Windows color (decimal): -586016 or 14683895. OLE color: 14683895.
HSL color Cylindrical-coordinate representation of color #F70EE0: hue angle of 305.92º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70EE0 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 14 | 224 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.03 |
| HSL | 305.92º | 0.94% | 0.51% | - |
| HSV(B) | 305.92º | 0.94% | 0.97% | - |
| XYZ | 51.97 | 25.47 | 72.7 | - |
| YUV | 107.61 | 193.69 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 14 | 224 | 0 | 0.94 | 0.09 | 0.03 | 305.92 | 0.94 | 0.51 |
| Hex | F7 | E | E0 | 0 | 5E | 9 | 3 | 132 | 5E | 33 |
| Octal | 367 | 16 | 340 | 0 | 136 | 11 | 3 | 462 | 136 | 63 |
| Binary | 11110111 | 1110 | 11100000 | 0 | 1011110 | 1001 | 11 | 100110010 | 1011110 | 110011 |
Color Harmonies of #F70EE0
Complementary color
Monochromatic Colors of #F70EE0
Black with #F70EE0
Text Example
Text Example
White with #F70EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70EE0; }
p { color: rgb(247,14,224); }
H1.HeaderClassName
{
color: #F70EE0;
}
.AnyTagClassName
{
color: #F70EE0;
}
</style>
background-color css
<style>
a { background-color: #F70EE0; }
a { background-color: rgb(247,14,224); }
div.DivClassName
{
background-color: #F70EE0;
}
.BgClassName
{
background-color: #F70EE0;
}
</style>
border-color css
<style>
span { border-color: #F70EE0; }
span { border-color: rgb(247,14,224); }
td.TdClassName
{
border-color: #F70EE0;
}
.TagClassName
{
border-color: #F70EE0;
}
</style>