Shades of Magenta #F116ED
Tints of Magenta #F116ED
RGB
CMYK
RGB Variations
Color information
#F116ED (or 0xF116ED) is known color: Magenta. HEX triplet: F1, 16 and ED. RGB value is (241,22,237). Sum of RGB (Red+Green+Blue) = 241+22+237=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 22 (8.98% from 255 or 4.4% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F116ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F116ED is #0EE912. Grayscale: #6F6F6F. Windows color (decimal): -977171 or 15537905. OLE color: 15537905.
HSL color Cylindrical-coordinate representation of color #F116ED: hue angle of 301.1º 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 #F116ED is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 237 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.05 |
| HSL | 301.1º | 0.89% | 0.52% | - |
| HSV(B) | 301.1º | 0.91% | 0.95% | - |
| XYZ | 51.85 | 25.39 | 82.29 | - |
| YUV | 111.99 | 198.55 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 237 | 0 | 0.91 | 0.02 | 0.05 | 301.1 | 0.89 | 0.52 |
| Hex | F1 | 16 | ED | 0 | 5B | 2 | 5 | 12D | 59 | 34 |
| Octal | 361 | 26 | 355 | 0 | 133 | 2 | 5 | 455 | 131 | 64 |
| Binary | 11110001 | 10110 | 11101101 | 0 | 1011011 | 10 | 101 | 100101101 | 1011001 | 110100 |
Color Harmonies of #F116ED
Complementary color
Monochromatic Colors of #F116ED
Black with #F116ED
Text Example
Text Example
White with #F116ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F116ED; }
p { color: rgb(241,22,237); }
H1.HeaderClassName
{
color: #F116ED;
}
.AnyTagClassName
{
color: #F116ED;
}
</style>
background-color css
<style>
a { background-color: #F116ED; }
a { background-color: rgb(241,22,237); }
div.DivClassName
{
background-color: #F116ED;
}
.BgClassName
{
background-color: #F116ED;
}
</style>
border-color css
<style>
span { border-color: #F116ED; }
span { border-color: rgb(241,22,237); }
td.TdClassName
{
border-color: #F116ED;
}
.TagClassName
{
border-color: #F116ED;
}
</style>