Shades of Magenta #F016FA
Tints of Magenta #F016FA
RGB
CMYK
RGB Variations
Color information
#F016FA (or 0xF016FA) is known color: Magenta. HEX triplet: F0, 16 and FA. RGB value is (240,22,250). Sum of RGB (Red+Green+Blue) = 240+22+250=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 22 (8.98% from 255 or 4.30% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #F016FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F016FA is #0FE905. Grayscale: #707070. Windows color (decimal): -1042694 or 16389872. OLE color: 16389872.
HSL color Cylindrical-coordinate representation of color #F016FA: hue angle of 297.37º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F016FA is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 22 | 250 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.02 |
| HSL | 297.37º | 0.96% | 0.53% | - |
| HSV(B) | 297.37º | 0.91% | 0.98% | - |
| XYZ | 53.48 | 26 | 92.64 | - |
| YUV | 113.17 | 205.22 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 250 | 0.04 | 0.91 | 0 | 0.02 | 297.37 | 0.96 | 0.53 |
| Hex | F0 | 16 | FA | 4 | 5B | 0 | 2 | 129 | 60 | 35 |
| Octal | 360 | 26 | 372 | 4 | 133 | 0 | 2 | 451 | 140 | 65 |
| Binary | 11110000 | 10110 | 11111010 | 100 | 1011011 | 0 | 10 | 100101001 | 1100000 | 110101 |
Color Harmonies of #F016FA
Complementary color
Monochromatic Colors of #F016FA
Black with #F016FA
Text Example
Text Example
White with #F016FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016FA; }
p { color: rgb(240,22,250); }
H1.HeaderClassName
{
color: #F016FA;
}
.AnyTagClassName
{
color: #F016FA;
}
</style>
background-color css
<style>
a { background-color: #F016FA; }
a { background-color: rgb(240,22,250); }
div.DivClassName
{
background-color: #F016FA;
}
.BgClassName
{
background-color: #F016FA;
}
</style>
border-color css
<style>
span { border-color: #F016FA; }
span { border-color: rgb(240,22,250); }
td.TdClassName
{
border-color: #F016FA;
}
.TagClassName
{
border-color: #F016FA;
}
</style>