Shades of Hot Magenta #F810E4
Tints of Hot Magenta #F810E4
RGB
CMYK
RGB Variations
Color information
#F810E4 (or 0xF810E4) is known color: Hot Magenta. HEX triplet: F8, 10 and E4. RGB value is (248,16,228). Sum of RGB (Red+Green+Blue) = 248+16+228=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 16 (6.64% from 255 or 3.25% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F810E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F810E4 is #07EF1B. Grayscale: #6C6C6C. Windows color (decimal): -519964 or 14946552. OLE color: 14946552.
HSL color Cylindrical-coordinate representation of color #F810E4: hue angle of 305.17º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F810E4 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 228 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.03 |
| HSL | 305.17º | 0.94% | 0.52% | - |
| HSV(B) | 305.17º | 0.94% | 0.97% | - |
| XYZ | 52.9 | 25.93 | 75.62 | - |
| YUV | 109.54 | 194.86 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 228 | 0 | 0.94 | 0.08 | 0.03 | 305.17 | 0.94 | 0.52 |
| Hex | F8 | 10 | E4 | 0 | 5E | 8 | 3 | 131 | 5E | 34 |
| Octal | 370 | 20 | 344 | 0 | 136 | 10 | 3 | 461 | 136 | 64 |
| Binary | 11111000 | 10000 | 11100100 | 0 | 1011110 | 1000 | 11 | 100110001 | 1011110 | 110100 |
Color Harmonies of #F810E4
Complementary color
Monochromatic Colors of #F810E4
Black with #F810E4
Text Example
Text Example
White with #F810E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810E4; }
p { color: rgb(248,16,228); }
H1.HeaderClassName
{
color: #F810E4;
}
.AnyTagClassName
{
color: #F810E4;
}
</style>
background-color css
<style>
a { background-color: #F810E4; }
a { background-color: rgb(248,16,228); }
div.DivClassName
{
background-color: #F810E4;
}
.BgClassName
{
background-color: #F810E4;
}
</style>
border-color css
<style>
span { border-color: #F810E4; }
span { border-color: rgb(248,16,228); }
td.TdClassName
{
border-color: #F810E4;
}
.TagClassName
{
border-color: #F810E4;
}
</style>