Shades of Magenta #F116EF
Tints of Magenta #F116EF
RGB
CMYK
RGB Variations
Color information
#F116EF (or 0xF116EF) is known color: Magenta. HEX triplet: F1, 16 and EF. RGB value is (241,22,239). Sum of RGB (Red+Green+Blue) = 241+22+239=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 22 (8.98% from 255 or 4.38% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F116EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F116EF is #0EE910. Grayscale: #6F6F6F. Windows color (decimal): -977169 or 15668977. OLE color: 15668977.
HSL color Cylindrical-coordinate representation of color #F116EF: hue angle of 300.55º 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 #F116EF is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 239 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.05 |
| HSL | 300.55º | 0.89% | 0.52% | - |
| HSV(B) | 300.55º | 0.91% | 0.95% | - |
| XYZ | 52.14 | 25.51 | 83.84 | - |
| YUV | 112.22 | 199.55 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 239 | 0 | 0.91 | 0.01 | 0.05 | 300.55 | 0.89 | 0.52 |
| Hex | F1 | 16 | EF | 0 | 5B | 1 | 5 | 12D | 59 | 34 |
| Octal | 361 | 26 | 357 | 0 | 133 | 1 | 5 | 455 | 131 | 64 |
| Binary | 11110001 | 10110 | 11101111 | 0 | 1011011 | 1 | 101 | 100101101 | 1011001 | 110100 |
Color Harmonies of #F116EF
Complementary color
Monochromatic Colors of #F116EF
Black with #F116EF
Text Example
Text Example
White with #F116EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F116EF; }
p { color: rgb(241,22,239); }
H1.HeaderClassName
{
color: #F116EF;
}
.AnyTagClassName
{
color: #F116EF;
}
</style>
background-color css
<style>
a { background-color: #F116EF; }
a { background-color: rgb(241,22,239); }
div.DivClassName
{
background-color: #F116EF;
}
.BgClassName
{
background-color: #F116EF;
}
</style>
border-color css
<style>
span { border-color: #F116EF; }
span { border-color: rgb(241,22,239); }
td.TdClassName
{
border-color: #F116EF;
}
.TagClassName
{
border-color: #F116EF;
}
</style>