Shades of Magenta #F016F1
Tints of Magenta #F016F1
RGB
CMYK
RGB Variations
Color information
#F016F1 (or 0xF016F1) is known color: Magenta. HEX triplet: F0, 16 and F1. RGB value is (240,22,241). Sum of RGB (Red+Green+Blue) = 240+22+241=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 22 (8.98% from 255 or 4.37% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #F016F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F016F1 is #0FE90E. Grayscale: #6F6F6F. Windows color (decimal): -1042703 or 15800048. OLE color: 15800048.
HSL color Cylindrical-coordinate representation of color #F016F1: hue angle of 299.73º 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 #F016F1 is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 22 | 241 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.05 |
| HSL | 299.73º | 0.89% | 0.52% | - |
| HSV(B) | 299.73º | 0.91% | 0.95% | - |
| XYZ | 52.1 | 25.45 | 85.39 | - |
| YUV | 112.15 | 200.72 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 241 | 0.00 | 0.91 | 0 | 0.05 | 299.73 | 0.89 | 0.52 |
| Hex | F0 | 16 | F1 | 0 | 5B | 0 | 5 | 12C | 59 | 34 |
| Octal | 360 | 26 | 361 | 0 | 133 | 0 | 5 | 454 | 131 | 64 |
| Binary | 11110000 | 10110 | 11110001 | 0 | 1011011 | 0 | 101 | 100101100 | 1011001 | 110100 |
Color Harmonies of #F016F1
Complementary color
Monochromatic Colors of #F016F1
Black with #F016F1
Text Example
Text Example
White with #F016F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016F1; }
p { color: rgb(240,22,241); }
H1.HeaderClassName
{
color: #F016F1;
}
.AnyTagClassName
{
color: #F016F1;
}
</style>
background-color css
<style>
a { background-color: #F016F1; }
a { background-color: rgb(240,22,241); }
div.DivClassName
{
background-color: #F016F1;
}
.BgClassName
{
background-color: #F016F1;
}
</style>
border-color css
<style>
span { border-color: #F016F1; }
span { border-color: rgb(240,22,241); }
td.TdClassName
{
border-color: #F016F1;
}
.TagClassName
{
border-color: #F016F1;
}
</style>