Shades of Magenta #F10EE7
Tints of Magenta #F10EE7
RGB
CMYK
RGB Variations
Color information
#F10EE7 (or 0xF10EE7) is known color: Magenta. HEX triplet: F1, 0E and E7. RGB value is (241,14,231). Sum of RGB (Red+Green+Blue) = 241+14+231=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 14 (5.86% from 255 or 2.88% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F10EE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10EE7 is #0EF118. Grayscale: #696969. Windows color (decimal): -979225 or 15142641. OLE color: 15142641.
HSL color Cylindrical-coordinate representation of color #F10EE7: hue angle of 302.64º 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 #F10EE7 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 231 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.05 |
| HSL | 302.64º | 0.89% | 0.5% | - |
| HSV(B) | 302.64º | 0.94% | 0.95% | - |
| XYZ | 50.86 | 24.78 | 77.7 | - |
| YUV | 106.61 | 198.21 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 231 | 0 | 0.94 | 0.04 | 0.05 | 302.64 | 0.89 | 0.5 |
| Hex | F1 | E | E7 | 0 | 5E | 4 | 5 | 12F | 59 | 32 |
| Octal | 361 | 16 | 347 | 0 | 136 | 4 | 5 | 457 | 131 | 62 |
| Binary | 11110001 | 1110 | 11100111 | 0 | 1011110 | 100 | 101 | 100101111 | 1011001 | 110010 |
Color Harmonies of #F10EE7
Complementary color
Monochromatic Colors of #F10EE7
Black with #F10EE7
Text Example
Text Example
White with #F10EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10EE7; }
p { color: rgb(241,14,231); }
H1.HeaderClassName
{
color: #F10EE7;
}
.AnyTagClassName
{
color: #F10EE7;
}
</style>
background-color css
<style>
a { background-color: #F10EE7; }
a { background-color: rgb(241,14,231); }
div.DivClassName
{
background-color: #F10EE7;
}
.BgClassName
{
background-color: #F10EE7;
}
</style>
border-color css
<style>
span { border-color: #F10EE7; }
span { border-color: rgb(241,14,231); }
td.TdClassName
{
border-color: #F10EE7;
}
.TagClassName
{
border-color: #F10EE7;
}
</style>