Shades of Hot Magenta #F808CE
Tints of Hot Magenta #F808CE
RGB
CMYK
RGB Variations
Color information
#F808CE (or 0xF808CE) is known color: Hot Magenta. HEX triplet: F8, 08 and CE. RGB value is (248,8,206). Sum of RGB (Red+Green+Blue) = 248+8+206=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 8 (3.52% from 255 or 1.73% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F808CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F808CE is #07F731. Grayscale: #656565. Windows color (decimal): -522034 or 13502712. OLE color: 13502712.
HSL color Cylindrical-coordinate representation of color #F808CE: hue angle of 310.5º 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 #F808CE is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 206 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.03 |
| HSL | 310.5º | 0.94% | 0.5% | - |
| HSV(B) | 310.5º | 0.97% | 0.97% | - |
| XYZ | 49.94 | 24.59 | 60.51 | - |
| YUV | 102.33 | 186.51 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 206 | 0 | 0.97 | 0.17 | 0.03 | 310.5 | 0.94 | 0.5 |
| Hex | F8 | 8 | CE | 0 | 61 | 11 | 3 | 136 | 5E | 32 |
| Octal | 370 | 10 | 316 | 0 | 141 | 21 | 3 | 466 | 136 | 62 |
| Binary | 11111000 | 1000 | 11001110 | 0 | 1100001 | 10001 | 11 | 100110110 | 1011110 | 110010 |
Color Harmonies of #F808CE
Complementary color
Monochromatic Colors of #F808CE
Black with #F808CE
Text Example
Text Example
White with #F808CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F808CE; }
p { color: rgb(248,8,206); }
H1.HeaderClassName
{
color: #F808CE;
}
.AnyTagClassName
{
color: #F808CE;
}
</style>
background-color css
<style>
a { background-color: #F808CE; }
a { background-color: rgb(248,8,206); }
div.DivClassName
{
background-color: #F808CE;
}
.BgClassName
{
background-color: #F808CE;
}
</style>
border-color css
<style>
span { border-color: #F808CE; }
span { border-color: rgb(248,8,206); }
td.TdClassName
{
border-color: #F808CE;
}
.TagClassName
{
border-color: #F808CE;
}
</style>