Shades of Hot Magenta #F808E2
Tints of Hot Magenta #F808E2
RGB
CMYK
RGB Variations
Color information
#F808E2 (or 0xF808E2) is known color: Hot Magenta. HEX triplet: F8, 08 and E2. RGB value is (248,8,226). Sum of RGB (Red+Green+Blue) = 248+8+226=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 8 (3.52% from 255 or 1.66% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F808E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F808E2 is #07F71D. Grayscale: #676767. Windows color (decimal): -522014 or 14813432. OLE color: 14813432.
HSL color Cylindrical-coordinate representation of color #F808E2: hue angle of 305.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 #F808E2 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 226 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.03 |
| HSL | 305.5º | 0.94% | 0.5% | - |
| HSV(B) | 305.5º | 0.97% | 0.97% | - |
| XYZ | 52.53 | 25.62 | 74.13 | - |
| YUV | 104.61 | 196.51 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 226 | 0 | 0.97 | 0.09 | 0.03 | 305.5 | 0.94 | 0.5 |
| Hex | F8 | 8 | E2 | 0 | 61 | 9 | 3 | 132 | 5E | 32 |
| Octal | 370 | 10 | 342 | 0 | 141 | 11 | 3 | 462 | 136 | 62 |
| Binary | 11111000 | 1000 | 11100010 | 0 | 1100001 | 1001 | 11 | 100110010 | 1011110 | 110010 |
Color Harmonies of #F808E2
Complementary color
Monochromatic Colors of #F808E2
Black with #F808E2
Text Example
Text Example
White with #F808E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F808E2; }
p { color: rgb(248,8,226); }
H1.HeaderClassName
{
color: #F808E2;
}
.AnyTagClassName
{
color: #F808E2;
}
</style>
background-color css
<style>
a { background-color: #F808E2; }
a { background-color: rgb(248,8,226); }
div.DivClassName
{
background-color: #F808E2;
}
.BgClassName
{
background-color: #F808E2;
}
</style>
border-color css
<style>
span { border-color: #F808E2; }
span { border-color: rgb(248,8,226); }
td.TdClassName
{
border-color: #F808E2;
}
.TagClassName
{
border-color: #F808E2;
}
</style>