Shades of Magenta #F116EE
Tints of Magenta #F116EE
RGB
CMYK
RGB Variations
Color information
#F116EE (or 0xF116EE) is known color: Magenta. HEX triplet: F1, 16 and EE. RGB value is (241,22,238). Sum of RGB (Red+Green+Blue) = 241+22+238=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 22 (8.98% from 255 or 4.39% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F116EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F116EE is #0EE911. Grayscale: #6F6F6F. Windows color (decimal): -977170 or 15603441. OLE color: 15603441.
HSL color Cylindrical-coordinate representation of color #F116EE: hue angle of 300.82º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F116EE is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 238 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.05 |
| HSL | 300.82º | 0.89% | 0.52% | - |
| HSV(B) | 300.82º | 0.91% | 0.95% | - |
| XYZ | 52 | 25.45 | 83.06 | - |
| YUV | 112.11 | 199.05 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 238 | 0 | 0.91 | 0.01 | 0.05 | 300.82 | 0.89 | 0.52 |
| Hex | F1 | 16 | EE | 0 | 5B | 1 | 5 | 12D | 59 | 34 |
| Octal | 361 | 26 | 356 | 0 | 133 | 1 | 5 | 455 | 131 | 64 |
| Binary | 11110001 | 10110 | 11101110 | 0 | 1011011 | 1 | 101 | 100101101 | 1011001 | 110100 |
Color Harmonies of #F116EE
Complementary color
Monochromatic Colors of #F116EE
Black with #F116EE
Text Example
Text Example
White with #F116EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F116EE; }
p { color: rgb(241,22,238); }
H1.HeaderClassName
{
color: #F116EE;
}
.AnyTagClassName
{
color: #F116EE;
}
</style>
background-color css
<style>
a { background-color: #F116EE; }
a { background-color: rgb(241,22,238); }
div.DivClassName
{
background-color: #F116EE;
}
.BgClassName
{
background-color: #F116EE;
}
</style>
border-color css
<style>
span { border-color: #F116EE; }
span { border-color: rgb(241,22,238); }
td.TdClassName
{
border-color: #F116EE;
}
.TagClassName
{
border-color: #F116EE;
}
</style>