Shades of Magenta #F10EEB
Tints of Magenta #F10EEB
RGB
CMYK
RGB Variations
Color information
#F10EEB (or 0xF10EEB) is known color: Magenta. HEX triplet: F1, 0E and EB. RGB value is (241,14,235). Sum of RGB (Red+Green+Blue) = 241+14+235=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 14 (5.86% from 255 or 2.86% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F10EEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10EEB is #0EF114. Grayscale: #6A6A6A. Windows color (decimal): -979221 or 15404785. OLE color: 15404785.
HSL color Cylindrical-coordinate representation of color #F10EEB: hue angle of 301.59º 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 #F10EEB is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 235 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.05 |
| HSL | 301.59º | 0.89% | 0.5% | - |
| HSV(B) | 301.59º | 0.94% | 0.95% | - |
| XYZ | 51.43 | 25.01 | 80.71 | - |
| YUV | 107.07 | 200.21 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 235 | 0 | 0.94 | 0.02 | 0.05 | 301.59 | 0.89 | 0.5 |
| Hex | F1 | E | EB | 0 | 5E | 2 | 5 | 12E | 59 | 32 |
| Octal | 361 | 16 | 353 | 0 | 136 | 2 | 5 | 456 | 131 | 62 |
| Binary | 11110001 | 1110 | 11101011 | 0 | 1011110 | 10 | 101 | 100101110 | 1011001 | 110010 |
Color Harmonies of #F10EEB
Complementary color
Monochromatic Colors of #F10EEB
Black with #F10EEB
Text Example
Text Example
White with #F10EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10EEB; }
p { color: rgb(241,14,235); }
H1.HeaderClassName
{
color: #F10EEB;
}
.AnyTagClassName
{
color: #F10EEB;
}
</style>
background-color css
<style>
a { background-color: #F10EEB; }
a { background-color: rgb(241,14,235); }
div.DivClassName
{
background-color: #F10EEB;
}
.BgClassName
{
background-color: #F10EEB;
}
</style>
border-color css
<style>
span { border-color: #F10EEB; }
span { border-color: rgb(241,14,235); }
td.TdClassName
{
border-color: #F10EEB;
}
.TagClassName
{
border-color: #F10EEB;
}
</style>