Shades of Hot Magenta #F811E1
Tints of Hot Magenta #F811E1
RGB
CMYK
RGB Variations
Color information
#F811E1 (or 0xF811E1) is known color: Hot Magenta. HEX triplet: F8, 11 and E1. RGB value is (248,17,225). Sum of RGB (Red+Green+Blue) = 248+17+225=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 17 (7.03% from 255 or 3.47% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F811E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F811E1 is #07EE1E. Grayscale: #6D6D6D. Windows color (decimal): -519711 or 14750200. OLE color: 14750200.
HSL color Cylindrical-coordinate representation of color #F811E1: hue angle of 305.97º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F811E1 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 225 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.03 |
| HSL | 305.97º | 0.94% | 0.52% | - |
| HSV(B) | 305.97º | 0.93% | 0.97% | - |
| XYZ | 52.5 | 25.79 | 73.45 | - |
| YUV | 109.78 | 193.03 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 225 | 0 | 0.93 | 0.09 | 0.03 | 305.97 | 0.94 | 0.52 |
| Hex | F8 | 11 | E1 | 0 | 5D | 9 | 3 | 132 | 5E | 34 |
| Octal | 370 | 21 | 341 | 0 | 135 | 11 | 3 | 462 | 136 | 64 |
| Binary | 11111000 | 10001 | 11100001 | 0 | 1011101 | 1001 | 11 | 100110010 | 1011110 | 110100 |
Color Harmonies of #F811E1
Complementary color
Monochromatic Colors of #F811E1
Black with #F811E1
Text Example
Text Example
White with #F811E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F811E1; }
p { color: rgb(248,17,225); }
H1.HeaderClassName
{
color: #F811E1;
}
.AnyTagClassName
{
color: #F811E1;
}
</style>
background-color css
<style>
a { background-color: #F811E1; }
a { background-color: rgb(248,17,225); }
div.DivClassName
{
background-color: #F811E1;
}
.BgClassName
{
background-color: #F811E1;
}
</style>
border-color css
<style>
span { border-color: #F811E1; }
span { border-color: rgb(248,17,225); }
td.TdClassName
{
border-color: #F811E1;
}
.TagClassName
{
border-color: #F811E1;
}
</style>