Shades of Magenta #F016EA
Tints of Magenta #F016EA
RGB
CMYK
RGB Variations
Color information
#F016EA (or 0xF016EA) is known color: Magenta. HEX triplet: F0, 16 and EA. RGB value is (240,22,234). Sum of RGB (Red+Green+Blue) = 240+22+234=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 22 (8.98% from 255 or 4.44% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F016EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F016EA is #0FE915. Grayscale: #6E6E6E. Windows color (decimal): -1042710 or 15341296. OLE color: 15341296.
HSL color Cylindrical-coordinate representation of color #F016EA: hue angle of 301.65º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F016EA is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 234 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.06 |
| HSL | 301.65º | 0.88% | 0.51% | - |
| HSV(B) | 301.65º | 0.91% | 0.94% | - |
| XYZ | 51.07 | 25.04 | 79.98 | - |
| YUV | 111.35 | 197.22 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 234 | 0 | 0.91 | 0.02 | 0.06 | 301.65 | 0.88 | 0.51 |
| Hex | F0 | 16 | EA | 0 | 5B | 2 | 6 | 12E | 58 | 33 |
| Octal | 360 | 26 | 352 | 0 | 133 | 2 | 6 | 456 | 130 | 63 |
| Binary | 11110000 | 10110 | 11101010 | 0 | 1011011 | 10 | 110 | 100101110 | 1011000 | 110011 |
Color Harmonies of #F016EA
Complementary color
Monochromatic Colors of #F016EA
Black with #F016EA
Text Example
Text Example
White with #F016EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016EA; }
p { color: rgb(240,22,234); }
H1.HeaderClassName
{
color: #F016EA;
}
.AnyTagClassName
{
color: #F016EA;
}
</style>
background-color css
<style>
a { background-color: #F016EA; }
a { background-color: rgb(240,22,234); }
div.DivClassName
{
background-color: #F016EA;
}
.BgClassName
{
background-color: #F016EA;
}
</style>
border-color css
<style>
span { border-color: #F016EA; }
span { border-color: rgb(240,22,234); }
td.TdClassName
{
border-color: #F016EA;
}
.TagClassName
{
border-color: #F016EA;
}
</style>