Shades of Hot Magenta #F70ECF
Tints of Hot Magenta #F70ECF
RGB
CMYK
RGB Variations
Color information
#F70ECF (or 0xF70ECF) is known color: Hot Magenta. HEX triplet: F7, 0E and CF. RGB value is (247,14,207). Sum of RGB (Red+Green+Blue) = 247+14+207=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F70ECF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70ECF is #08F130. Grayscale: #696969. Windows color (decimal): -586033 or 13569783. OLE color: 13569783.
HSL color Cylindrical-coordinate representation of color #F70ECF: hue angle of 310.3º 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 #F70ECF is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 14 | 207 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.03 |
| HSL | 310.3º | 0.94% | 0.51% | - |
| HSV(B) | 310.3º | 0.94% | 0.97% | - |
| XYZ | 49.78 | 24.59 | 61.15 | - |
| YUV | 105.67 | 185.19 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 14 | 207 | 0 | 0.94 | 0.16 | 0.03 | 310.3 | 0.94 | 0.51 |
| Hex | F7 | E | CF | 0 | 5E | 10 | 3 | 136 | 5E | 33 |
| Octal | 367 | 16 | 317 | 0 | 136 | 20 | 3 | 466 | 136 | 63 |
| Binary | 11110111 | 1110 | 11001111 | 0 | 1011110 | 10000 | 11 | 100110110 | 1011110 | 110011 |
Color Harmonies of #F70ECF
Complementary color
Monochromatic Colors of #F70ECF
Black with #F70ECF
Text Example
Text Example
White with #F70ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70ECF; }
p { color: rgb(247,14,207); }
H1.HeaderClassName
{
color: #F70ECF;
}
.AnyTagClassName
{
color: #F70ECF;
}
</style>
background-color css
<style>
a { background-color: #F70ECF; }
a { background-color: rgb(247,14,207); }
div.DivClassName
{
background-color: #F70ECF;
}
.BgClassName
{
background-color: #F70ECF;
}
</style>
border-color css
<style>
span { border-color: #F70ECF; }
span { border-color: rgb(247,14,207); }
td.TdClassName
{
border-color: #F70ECF;
}
.TagClassName
{
border-color: #F70ECF;
}
</style>