Shades of Hot Magenta #F707E0
Tints of Hot Magenta #F707E0
RGB
CMYK
RGB Variations
Color information
#F707E0 (or 0xF707E0) is known color: Hot Magenta. HEX triplet: F7, 07 and E0. RGB value is (247,7,224). Sum of RGB (Red+Green+Blue) = 247+7+224=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 7 (3.12% from 255 or 1.46% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F707E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F707E0 is #08F81F. Grayscale: #666666. Windows color (decimal): -587808 or 14682103. OLE color: 14682103.
HSL color Cylindrical-coordinate representation of color #F707E0: hue angle of 305.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F707E0 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 224 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.03 |
| HSL | 305.75º | 0.94% | 0.5% | - |
| HSV(B) | 305.75º | 0.97% | 0.97% | - |
| XYZ | 51.89 | 25.31 | 72.67 | - |
| YUV | 103.5 | 196.01 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 224 | 0 | 0.97 | 0.09 | 0.03 | 305.75 | 0.94 | 0.5 |
| Hex | F7 | 7 | E0 | 0 | 61 | 9 | 3 | 132 | 5E | 32 |
| Octal | 367 | 7 | 340 | 0 | 141 | 11 | 3 | 462 | 136 | 62 |
| Binary | 11110111 | 111 | 11100000 | 0 | 1100001 | 1001 | 11 | 100110010 | 1011110 | 110010 |
Color Harmonies of #F707E0
Complementary color
Monochromatic Colors of #F707E0
Black with #F707E0
Text Example
Text Example
White with #F707E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F707E0; }
p { color: rgb(247,7,224); }
H1.HeaderClassName
{
color: #F707E0;
}
.AnyTagClassName
{
color: #F707E0;
}
</style>
background-color css
<style>
a { background-color: #F707E0; }
a { background-color: rgb(247,7,224); }
div.DivClassName
{
background-color: #F707E0;
}
.BgClassName
{
background-color: #F707E0;
}
</style>
border-color css
<style>
span { border-color: #F707E0; }
span { border-color: rgb(247,7,224); }
td.TdClassName
{
border-color: #F707E0;
}
.TagClassName
{
border-color: #F707E0;
}
</style>