Shades of Hot Magenta #F10EE4
Tints of Hot Magenta #F10EE4
RGB
CMYK
RGB Variations
Color information
#F10EE4 (or 0xF10EE4) is known color: Hot Magenta. HEX triplet: F1, 0E and E4. RGB value is (241,14,228). Sum of RGB (Red+Green+Blue) = 241+14+228=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F10EE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10EE4 is #0EF11B. Grayscale: #696969. Windows color (decimal): -979228 or 14946033. OLE color: 14946033.
HSL color Cylindrical-coordinate representation of color #F10EE4: hue angle of 303.44º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10EE4 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 228 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.05 |
| HSL | 303.44º | 0.89% | 0.5% | - |
| HSV(B) | 303.44º | 0.94% | 0.95% | - |
| XYZ | 50.44 | 24.62 | 75.49 | - |
| YUV | 106.27 | 196.71 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 228 | 0 | 0.94 | 0.05 | 0.05 | 303.44 | 0.89 | 0.5 |
| Hex | F1 | E | E4 | 0 | 5E | 5 | 5 | 12F | 59 | 32 |
| Octal | 361 | 16 | 344 | 0 | 136 | 5 | 5 | 457 | 131 | 62 |
| Binary | 11110001 | 1110 | 11100100 | 0 | 1011110 | 101 | 101 | 100101111 | 1011001 | 110010 |
Color Harmonies of #F10EE4
Complementary color
Monochromatic Colors of #F10EE4
Black with #F10EE4
Text Example
Text Example
White with #F10EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10EE4; }
p { color: rgb(241,14,228); }
H1.HeaderClassName
{
color: #F10EE4;
}
.AnyTagClassName
{
color: #F10EE4;
}
</style>
background-color css
<style>
a { background-color: #F10EE4; }
a { background-color: rgb(241,14,228); }
div.DivClassName
{
background-color: #F10EE4;
}
.BgClassName
{
background-color: #F10EE4;
}
</style>
border-color css
<style>
span { border-color: #F10EE4; }
span { border-color: rgb(241,14,228); }
td.TdClassName
{
border-color: #F10EE4;
}
.TagClassName
{
border-color: #F10EE4;
}
</style>