Shades of Hot Magenta #F00ECF
Tints of Hot Magenta #F00ECF
RGB
CMYK
RGB Variations
Color information
#F00ECF (or 0xF00ECF) is known color: Hot Magenta. HEX triplet: F0, 0E and CF. RGB value is (240,14,207). Sum of RGB (Red+Green+Blue) = 240+14+207=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F00ECF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00ECF is #0FF130. Grayscale: #676767. Windows color (decimal): -1044785 or 13569776. OLE color: 13569776.
HSL color Cylindrical-coordinate representation of color #F00ECF: hue angle of 308.76º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00ECF is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 207 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.06 |
| HSL | 308.76º | 0.89% | 0.5% | - |
| HSV(B) | 308.76º | 0.94% | 0.94% | - |
| XYZ | 47.35 | 23.34 | 61.04 | - |
| YUV | 103.58 | 186.37 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 207 | 0 | 0.94 | 0.14 | 0.06 | 308.76 | 0.89 | 0.5 |
| Hex | F0 | E | CF | 0 | 5E | E | 6 | 135 | 59 | 32 |
| Octal | 360 | 16 | 317 | 0 | 136 | 16 | 6 | 465 | 131 | 62 |
| Binary | 11110000 | 1110 | 11001111 | 0 | 1011110 | 1110 | 110 | 100110101 | 1011001 | 110010 |
Color Harmonies of #F00ECF
Complementary color
Monochromatic Colors of #F00ECF
Black with #F00ECF
Text Example
Text Example
White with #F00ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00ECF; }
p { color: rgb(240,14,207); }
H1.HeaderClassName
{
color: #F00ECF;
}
.AnyTagClassName
{
color: #F00ECF;
}
</style>
background-color css
<style>
a { background-color: #F00ECF; }
a { background-color: rgb(240,14,207); }
div.DivClassName
{
background-color: #F00ECF;
}
.BgClassName
{
background-color: #F00ECF;
}
</style>
border-color css
<style>
span { border-color: #F00ECF; }
span { border-color: rgb(240,14,207); }
td.TdClassName
{
border-color: #F00ECF;
}
.TagClassName
{
border-color: #F00ECF;
}
</style>