Shades of Magenta #F116FC
Tints of Magenta #F116FC
RGB
CMYK
RGB Variations
Color information
#F116FC (or 0xF116FC) is known color: Magenta. HEX triplet: F1, 16 and FC. RGB value is (241,22,252). Sum of RGB (Red+Green+Blue) = 241+22+252=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 22 (8.98% from 255 or 4.27% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #F116FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F116FC is #0EE903. Grayscale: #717171. Windows color (decimal): -977156 or 16520945. OLE color: 16520945.
HSL color Cylindrical-coordinate representation of color #F116FC: hue angle of 297.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F116FC is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 22 | 252 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.01 |
| HSL | 297.13º | 0.97% | 0.54% | - |
| HSV(B) | 297.13º | 0.91% | 0.99% | - |
| XYZ | 54.13 | 26.3 | 94.32 | - |
| YUV | 113.7 | 206.05 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 252 | 0.04 | 0.91 | 0 | 0.01 | 297.13 | 0.97 | 0.54 |
| Hex | F1 | 16 | FC | 4 | 5B | 0 | 1 | 129 | 61 | 36 |
| Octal | 361 | 26 | 374 | 4 | 133 | 0 | 1 | 451 | 141 | 66 |
| Binary | 11110001 | 10110 | 11111100 | 100 | 1011011 | 0 | 1 | 100101001 | 1100001 | 110110 |
Color Harmonies of #F116FC
Complementary color
Monochromatic Colors of #F116FC
Black with #F116FC
Text Example
Text Example
White with #F116FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F116FC; }
p { color: rgb(241,22,252); }
H1.HeaderClassName
{
color: #F116FC;
}
.AnyTagClassName
{
color: #F116FC;
}
</style>
background-color css
<style>
a { background-color: #F116FC; }
a { background-color: rgb(241,22,252); }
div.DivClassName
{
background-color: #F116FC;
}
.BgClassName
{
background-color: #F116FC;
}
</style>
border-color css
<style>
span { border-color: #F116FC; }
span { border-color: rgb(241,22,252); }
td.TdClassName
{
border-color: #F116FC;
}
.TagClassName
{
border-color: #F116FC;
}
</style>