Shades of Magenta #F111EE
Tints of Magenta #F111EE
RGB
CMYK
RGB Variations
Color information
#F111EE (or 0xF111EE) is known color: Magenta. HEX triplet: F1, 11 and EE. RGB value is (241,17,238). Sum of RGB (Red+Green+Blue) = 241+17+238=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 17 (7.03% from 255 or 3.43% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F111EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F111EE is #0EEE11. Grayscale: #6C6C6C. Windows color (decimal): -978450 or 15602161. OLE color: 15602161.
HSL color Cylindrical-coordinate representation of color #F111EE: hue angle of 300.8º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F111EE is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 238 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.05 |
| HSL | 300.8º | 0.89% | 0.51% | - |
| HSV(B) | 300.8º | 0.93% | 0.95% | - |
| XYZ | 51.91 | 25.27 | 83.03 | - |
| YUV | 109.17 | 200.71 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 238 | 0 | 0.93 | 0.01 | 0.05 | 300.8 | 0.89 | 0.51 |
| Hex | F1 | 11 | EE | 0 | 5D | 1 | 5 | 12D | 59 | 33 |
| Octal | 361 | 21 | 356 | 0 | 135 | 1 | 5 | 455 | 131 | 63 |
| Binary | 11110001 | 10001 | 11101110 | 0 | 1011101 | 1 | 101 | 100101101 | 1011001 | 110011 |
Color Harmonies of #F111EE
Complementary color
Monochromatic Colors of #F111EE
Black with #F111EE
Text Example
Text Example
White with #F111EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F111EE; }
p { color: rgb(241,17,238); }
H1.HeaderClassName
{
color: #F111EE;
}
.AnyTagClassName
{
color: #F111EE;
}
</style>
background-color css
<style>
a { background-color: #F111EE; }
a { background-color: rgb(241,17,238); }
div.DivClassName
{
background-color: #F111EE;
}
.BgClassName
{
background-color: #F111EE;
}
</style>
border-color css
<style>
span { border-color: #F111EE; }
span { border-color: rgb(241,17,238); }
td.TdClassName
{
border-color: #F111EE;
}
.TagClassName
{
border-color: #F111EE;
}
</style>