Shades of Magenta #F10EE8
Tints of Magenta #F10EE8
RGB
CMYK
RGB Variations
Color information
#F10EE8 (or 0xF10EE8) is known color: Magenta. HEX triplet: F1, 0E and E8. RGB value is (241,14,232). Sum of RGB (Red+Green+Blue) = 241+14+232=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 14 (5.86% from 255 or 2.87% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F10EE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10EE8 is #0EF117. Grayscale: #6A6A6A. Windows color (decimal): -979224 or 15208177. OLE color: 15208177.
HSL color Cylindrical-coordinate representation of color #F10EE8: hue angle of 302.38º 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 #F10EE8 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 232 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.05 |
| HSL | 302.38º | 0.89% | 0.5% | - |
| HSV(B) | 302.38º | 0.94% | 0.95% | - |
| XYZ | 51 | 24.84 | 78.45 | - |
| YUV | 106.73 | 198.71 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 232 | 0 | 0.94 | 0.04 | 0.05 | 302.38 | 0.89 | 0.5 |
| Hex | F1 | E | E8 | 0 | 5E | 4 | 5 | 12E | 59 | 32 |
| Octal | 361 | 16 | 350 | 0 | 136 | 4 | 5 | 456 | 131 | 62 |
| Binary | 11110001 | 1110 | 11101000 | 0 | 1011110 | 100 | 101 | 100101110 | 1011001 | 110010 |
Color Harmonies of #F10EE8
Complementary color
Monochromatic Colors of #F10EE8
Black with #F10EE8
Text Example
Text Example
White with #F10EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10EE8; }
p { color: rgb(241,14,232); }
H1.HeaderClassName
{
color: #F10EE8;
}
.AnyTagClassName
{
color: #F10EE8;
}
</style>
background-color css
<style>
a { background-color: #F10EE8; }
a { background-color: rgb(241,14,232); }
div.DivClassName
{
background-color: #F10EE8;
}
.BgClassName
{
background-color: #F10EE8;
}
</style>
border-color css
<style>
span { border-color: #F10EE8; }
span { border-color: rgb(241,14,232); }
td.TdClassName
{
border-color: #F10EE8;
}
.TagClassName
{
border-color: #F10EE8;
}
</style>