Shades of Magenta #F016E9
Tints of Magenta #F016E9
RGB
CMYK
RGB Variations
Color information
#F016E9 (or 0xF016E9) is known color: Magenta. HEX triplet: F0, 16 and E9. RGB value is (240,22,233). Sum of RGB (Red+Green+Blue) = 240+22+233=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 22 (8.98% from 255 or 4.44% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F016E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F016E9 is #0FE916. Grayscale: #6E6E6E. Windows color (decimal): -1042711 or 15275760. OLE color: 15275760.
HSL color Cylindrical-coordinate representation of color #F016E9: hue angle of 301.93º 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 #F016E9 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 233 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.06 |
| HSL | 301.93º | 0.88% | 0.51% | - |
| HSV(B) | 301.93º | 0.91% | 0.94% | - |
| XYZ | 50.93 | 24.98 | 79.23 | - |
| YUV | 111.24 | 196.72 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 233 | 0 | 0.91 | 0.03 | 0.06 | 301.93 | 0.88 | 0.51 |
| Hex | F0 | 16 | E9 | 0 | 5B | 3 | 6 | 12E | 58 | 33 |
| Octal | 360 | 26 | 351 | 0 | 133 | 3 | 6 | 456 | 130 | 63 |
| Binary | 11110000 | 10110 | 11101001 | 0 | 1011011 | 11 | 110 | 100101110 | 1011000 | 110011 |
Color Harmonies of #F016E9
Complementary color
Monochromatic Colors of #F016E9
Black with #F016E9
Text Example
Text Example
White with #F016E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016E9; }
p { color: rgb(240,22,233); }
H1.HeaderClassName
{
color: #F016E9;
}
.AnyTagClassName
{
color: #F016E9;
}
</style>
background-color css
<style>
a { background-color: #F016E9; }
a { background-color: rgb(240,22,233); }
div.DivClassName
{
background-color: #F016E9;
}
.BgClassName
{
background-color: #F016E9;
}
</style>
border-color css
<style>
span { border-color: #F016E9; }
span { border-color: rgb(240,22,233); }
td.TdClassName
{
border-color: #F016E9;
}
.TagClassName
{
border-color: #F016E9;
}
</style>