Shades of Magenta #F116FE
Tints of Magenta #F116FE
RGB
CMYK
RGB Variations
Color information
#F116FE (or 0xF116FE) is known color: Magenta. HEX triplet: F1, 16 and FE. RGB value is (241,22,254). Sum of RGB (Red+Green+Blue) = 241+22+254=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 22 (8.98% from 255 or 4.26% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #F116FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F116FE is #0EE901. Grayscale: #717171. Windows color (decimal): -977154 or 16652017. OLE color: 16652017.
HSL color Cylindrical-coordinate representation of color #F116FE: hue angle of 296.64º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F116FE is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 22 | 254 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.00 |
| HSL | 296.64º | 0.99% | 0.54% | - |
| HSV(B) | 296.64º | 0.91% | 1% | - |
| XYZ | 54.45 | 26.43 | 96 | - |
| YUV | 113.93 | 207.05 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 254 | 0.05 | 0.91 | 0 | 0.00 | 296.64 | 0.99 | 0.54 |
| Hex | F1 | 16 | FE | 5 | 5B | 0 | 0 | 129 | 63 | 36 |
| Octal | 361 | 26 | 376 | 5 | 133 | 0 | 0 | 451 | 143 | 66 |
| Binary | 11110001 | 10110 | 11111110 | 101 | 1011011 | 0 | 0 | 100101001 | 1100011 | 110110 |
Color Harmonies of #F116FE
Complementary color
Monochromatic Colors of #F116FE
Black with #F116FE
Text Example
Text Example
White with #F116FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F116FE; }
p { color: rgb(241,22,254); }
H1.HeaderClassName
{
color: #F116FE;
}
.AnyTagClassName
{
color: #F116FE;
}
</style>
background-color css
<style>
a { background-color: #F116FE; }
a { background-color: rgb(241,22,254); }
div.DivClassName
{
background-color: #F116FE;
}
.BgClassName
{
background-color: #F116FE;
}
</style>
border-color css
<style>
span { border-color: #F116FE; }
span { border-color: rgb(241,22,254); }
td.TdClassName
{
border-color: #F116FE;
}
.TagClassName
{
border-color: #F116FE;
}
</style>