Shades of Magenta #F10EED
Tints of Magenta #F10EED
RGB
CMYK
RGB Variations
Color information
#F10EED (or 0xF10EED) is known color: Magenta. HEX triplet: F1, 0E and ED. RGB value is (241,14,237). Sum of RGB (Red+Green+Blue) = 241+14+237=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 14 (5.86% from 255 or 2.85% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F10EED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10EED is #0EF112. Grayscale: #6A6A6A. Windows color (decimal): -979219 or 15535857. OLE color: 15535857.
HSL color Cylindrical-coordinate representation of color #F10EED: hue angle of 301.06º 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 #F10EED is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 237 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.05 |
| HSL | 301.06º | 0.89% | 0.5% | - |
| HSV(B) | 301.06º | 0.94% | 0.95% | - |
| XYZ | 51.72 | 25.13 | 82.25 | - |
| YUV | 107.3 | 201.21 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 237 | 0 | 0.94 | 0.02 | 0.05 | 301.06 | 0.89 | 0.5 |
| Hex | F1 | E | ED | 0 | 5E | 2 | 5 | 12D | 59 | 32 |
| Octal | 361 | 16 | 355 | 0 | 136 | 2 | 5 | 455 | 131 | 62 |
| Binary | 11110001 | 1110 | 11101101 | 0 | 1011110 | 10 | 101 | 100101101 | 1011001 | 110010 |
Color Harmonies of #F10EED
Complementary color
Monochromatic Colors of #F10EED
Black with #F10EED
Text Example
Text Example
White with #F10EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10EED; }
p { color: rgb(241,14,237); }
H1.HeaderClassName
{
color: #F10EED;
}
.AnyTagClassName
{
color: #F10EED;
}
</style>
background-color css
<style>
a { background-color: #F10EED; }
a { background-color: rgb(241,14,237); }
div.DivClassName
{
background-color: #F10EED;
}
.BgClassName
{
background-color: #F10EED;
}
</style>
border-color css
<style>
span { border-color: #F10EED; }
span { border-color: rgb(241,14,237); }
td.TdClassName
{
border-color: #F10EED;
}
.TagClassName
{
border-color: #F10EED;
}
</style>