Shades of Magenta #F016E6
Tints of Magenta #F016E6
RGB
CMYK
RGB Variations
Color information
#F016E6 (or 0xF016E6) is known color: Magenta. HEX triplet: F0, 16 and E6. RGB value is (240,22,230). Sum of RGB (Red+Green+Blue) = 240+22+230=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 22 (8.98% from 255 or 4.47% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F016E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F016E6 is #0FE919. Grayscale: #6E6E6E. Windows color (decimal): -1042714 or 15079152. OLE color: 15079152.
HSL color Cylindrical-coordinate representation of color #F016E6: hue angle of 302.75º 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 #F016E6 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 230 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.06 |
| HSL | 302.75º | 0.88% | 0.51% | - |
| HSV(B) | 302.75º | 0.91% | 0.94% | - |
| XYZ | 50.51 | 24.81 | 76.99 | - |
| YUV | 110.89 | 195.22 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 230 | 0 | 0.91 | 0.04 | 0.06 | 302.75 | 0.88 | 0.51 |
| Hex | F0 | 16 | E6 | 0 | 5B | 4 | 6 | 12F | 58 | 33 |
| Octal | 360 | 26 | 346 | 0 | 133 | 4 | 6 | 457 | 130 | 63 |
| Binary | 11110000 | 10110 | 11100110 | 0 | 1011011 | 100 | 110 | 100101111 | 1011000 | 110011 |
Color Harmonies of #F016E6
Complementary color
Monochromatic Colors of #F016E6
Black with #F016E6
Text Example
Text Example
White with #F016E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016E6; }
p { color: rgb(240,22,230); }
H1.HeaderClassName
{
color: #F016E6;
}
.AnyTagClassName
{
color: #F016E6;
}
</style>
background-color css
<style>
a { background-color: #F016E6; }
a { background-color: rgb(240,22,230); }
div.DivClassName
{
background-color: #F016E6;
}
.BgClassName
{
background-color: #F016E6;
}
</style>
border-color css
<style>
span { border-color: #F016E6; }
span { border-color: rgb(240,22,230); }
td.TdClassName
{
border-color: #F016E6;
}
.TagClassName
{
border-color: #F016E6;
}
</style>