Shades of Hot Magenta #F80ECF
Tints of Hot Magenta #F80ECF
RGB
CMYK
RGB Variations
Color information
#F80ECF (or 0xF80ECF) is known color: Hot Magenta. HEX triplet: F8, 0E and CF. RGB value is (248,14,207). Sum of RGB (Red+Green+Blue) = 248+14+207=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 14 (5.86% from 255 or 2.99% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F80ECF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80ECF is #07F130. Grayscale: #696969. Windows color (decimal): -520497 or 13569784. OLE color: 13569784.
HSL color Cylindrical-coordinate representation of color #F80ECF: hue angle of 310.51º 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 #F80ECF is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 14 | 207 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.03 |
| HSL | 310.51º | 0.94% | 0.51% | - |
| HSV(B) | 310.51º | 0.94% | 0.97% | - |
| XYZ | 50.13 | 24.78 | 61.17 | - |
| YUV | 105.97 | 185.02 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 207 | 0 | 0.94 | 0.17 | 0.03 | 310.51 | 0.94 | 0.51 |
| Hex | F8 | E | CF | 0 | 5E | 11 | 3 | 137 | 5E | 33 |
| Octal | 370 | 16 | 317 | 0 | 136 | 21 | 3 | 467 | 136 | 63 |
| Binary | 11111000 | 1110 | 11001111 | 0 | 1011110 | 10001 | 11 | 100110111 | 1011110 | 110011 |
Color Harmonies of #F80ECF
Complementary color
Monochromatic Colors of #F80ECF
Black with #F80ECF
Text Example
Text Example
White with #F80ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80ECF; }
p { color: rgb(248,14,207); }
H1.HeaderClassName
{
color: #F80ECF;
}
.AnyTagClassName
{
color: #F80ECF;
}
</style>
background-color css
<style>
a { background-color: #F80ECF; }
a { background-color: rgb(248,14,207); }
div.DivClassName
{
background-color: #F80ECF;
}
.BgClassName
{
background-color: #F80ECF;
}
</style>
border-color css
<style>
span { border-color: #F80ECF; }
span { border-color: rgb(248,14,207); }
td.TdClassName
{
border-color: #F80ECF;
}
.TagClassName
{
border-color: #F80ECF;
}
</style>