Shades of Magenta #F10EEE
Tints of Magenta #F10EEE
RGB
CMYK
RGB Variations
Color information
#F10EEE (or 0xF10EEE) is known color: Magenta. HEX triplet: F1, 0E and EE. RGB value is (241,14,238). Sum of RGB (Red+Green+Blue) = 241+14+238=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 14 (5.86% from 255 or 2.84% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F10EEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10EEE is #0EF111. Grayscale: #6A6A6A. Windows color (decimal): -979218 or 15601393. OLE color: 15601393.
HSL color Cylindrical-coordinate representation of color #F10EEE: hue angle of 300.79º 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 #F10EEE is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 238 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.05 |
| HSL | 300.79º | 0.89% | 0.5% | - |
| HSV(B) | 300.79º | 0.94% | 0.95% | - |
| XYZ | 51.87 | 25.19 | 83.02 | - |
| YUV | 107.41 | 201.71 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 238 | 0 | 0.94 | 0.01 | 0.05 | 300.79 | 0.89 | 0.5 |
| Hex | F1 | E | EE | 0 | 5E | 1 | 5 | 12D | 59 | 32 |
| Octal | 361 | 16 | 356 | 0 | 136 | 1 | 5 | 455 | 131 | 62 |
| Binary | 11110001 | 1110 | 11101110 | 0 | 1011110 | 1 | 101 | 100101101 | 1011001 | 110010 |
Color Harmonies of #F10EEE
Complementary color
Monochromatic Colors of #F10EEE
Black with #F10EEE
Text Example
Text Example
White with #F10EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10EEE; }
p { color: rgb(241,14,238); }
H1.HeaderClassName
{
color: #F10EEE;
}
.AnyTagClassName
{
color: #F10EEE;
}
</style>
background-color css
<style>
a { background-color: #F10EEE; }
a { background-color: rgb(241,14,238); }
div.DivClassName
{
background-color: #F10EEE;
}
.BgClassName
{
background-color: #F10EEE;
}
</style>
border-color css
<style>
span { border-color: #F10EEE; }
span { border-color: rgb(241,14,238); }
td.TdClassName
{
border-color: #F10EEE;
}
.TagClassName
{
border-color: #F10EEE;
}
</style>