Shades of Magenta #F110EE
Tints of Magenta #F110EE
RGB
CMYK
RGB Variations
Color information
#F110EE (or 0xF110EE) is known color: Magenta. HEX triplet: F1, 10 and EE. RGB value is (241,16,238). Sum of RGB (Red+Green+Blue) = 241+16+238=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 16 (6.64% from 255 or 3.23% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F110EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F110EE is #0EEF11. Grayscale: #6B6B6B. Windows color (decimal): -978706 or 15601905. OLE color: 15601905.
HSL color Cylindrical-coordinate representation of color #F110EE: hue angle of 300.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F110EE is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 238 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.05 |
| HSL | 300.8º | 0.89% | 0.5% | - |
| HSV(B) | 300.8º | 0.93% | 0.95% | - |
| XYZ | 51.89 | 25.24 | 83.03 | - |
| YUV | 108.58 | 201.04 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 238 | 0 | 0.93 | 0.01 | 0.05 | 300.8 | 0.89 | 0.5 |
| Hex | F1 | 10 | EE | 0 | 5D | 1 | 5 | 12D | 59 | 32 |
| Octal | 361 | 20 | 356 | 0 | 135 | 1 | 5 | 455 | 131 | 62 |
| Binary | 11110001 | 10000 | 11101110 | 0 | 1011101 | 1 | 101 | 100101101 | 1011001 | 110010 |
Color Harmonies of #F110EE
Complementary color
Monochromatic Colors of #F110EE
Black with #F110EE
Text Example
Text Example
White with #F110EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110EE; }
p { color: rgb(241,16,238); }
H1.HeaderClassName
{
color: #F110EE;
}
.AnyTagClassName
{
color: #F110EE;
}
</style>
background-color css
<style>
a { background-color: #F110EE; }
a { background-color: rgb(241,16,238); }
div.DivClassName
{
background-color: #F110EE;
}
.BgClassName
{
background-color: #F110EE;
}
</style>
border-color css
<style>
span { border-color: #F110EE; }
span { border-color: rgb(241,16,238); }
td.TdClassName
{
border-color: #F110EE;
}
.TagClassName
{
border-color: #F110EE;
}
</style>