Shades of Hot Magenta #F016E1
Tints of Hot Magenta #F016E1
RGB
CMYK
RGB Variations
Color information
#F016E1 (or 0xF016E1) is known color: Hot Magenta. HEX triplet: F0, 16 and E1. RGB value is (240,22,225). Sum of RGB (Red+Green+Blue) = 240+22+225=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 22 (8.98% from 255 or 4.52% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F016E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F016E1 is #0FE91E. Grayscale: #6D6D6D. Windows color (decimal): -1042719 or 14751472. OLE color: 14751472.
HSL color Cylindrical-coordinate representation of color #F016E1: hue angle of 304.13º 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 #F016E1 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 225 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.06 |
| HSL | 304.13º | 0.88% | 0.51% | - |
| HSV(B) | 304.13º | 0.91% | 0.94% | - |
| XYZ | 49.81 | 24.54 | 73.34 | - |
| YUV | 110.32 | 192.72 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 225 | 0 | 0.91 | 0.06 | 0.06 | 304.13 | 0.88 | 0.51 |
| Hex | F0 | 16 | E1 | 0 | 5B | 6 | 6 | 130 | 58 | 33 |
| Octal | 360 | 26 | 341 | 0 | 133 | 6 | 6 | 460 | 130 | 63 |
| Binary | 11110000 | 10110 | 11100001 | 0 | 1011011 | 110 | 110 | 100110000 | 1011000 | 110011 |
Color Harmonies of #F016E1
Complementary color
Monochromatic Colors of #F016E1
Black with #F016E1
Text Example
Text Example
White with #F016E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016E1; }
p { color: rgb(240,22,225); }
H1.HeaderClassName
{
color: #F016E1;
}
.AnyTagClassName
{
color: #F016E1;
}
</style>
background-color css
<style>
a { background-color: #F016E1; }
a { background-color: rgb(240,22,225); }
div.DivClassName
{
background-color: #F016E1;
}
.BgClassName
{
background-color: #F016E1;
}
</style>
border-color css
<style>
span { border-color: #F016E1; }
span { border-color: rgb(240,22,225); }
td.TdClassName
{
border-color: #F016E1;
}
.TagClassName
{
border-color: #F016E1;
}
</style>