Shades of Hot Magenta #F018E4
Tints of Hot Magenta #F018E4
RGB
CMYK
RGB Variations
Color information
#F018E4 (or 0xF018E4) is known color: Hot Magenta. HEX triplet: F0, 18 and E4. RGB value is (240,24,228). Sum of RGB (Red+Green+Blue) = 240+24+228=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 24 (9.77% from 255 or 4.88% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F018E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018E4 is #0FE71B. Grayscale: #6F6F6F. Windows color (decimal): -1042204 or 14948592. OLE color: 14948592.
HSL color Cylindrical-coordinate representation of color #F018E4: hue angle of 303.33º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F018E4 is Cyan = 0, Magento = 0.9, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 228 | - |
| CMYK | 0 | 0.9 | 0.05 | 0.06 |
| HSL | 303.33º | 0.88% | 0.52% | - |
| HSV(B) | 303.33º | 0.9% | 0.94% | - |
| XYZ | 50.27 | 24.78 | 75.53 | - |
| YUV | 111.84 | 193.56 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 228 | 0 | 0.9 | 0.05 | 0.06 | 303.33 | 0.88 | 0.52 |
| Hex | F0 | 18 | E4 | 0 | 5A | 5 | 6 | 12F | 58 | 34 |
| Octal | 360 | 30 | 344 | 0 | 132 | 5 | 6 | 457 | 130 | 64 |
| Binary | 11110000 | 11000 | 11100100 | 0 | 1011010 | 101 | 110 | 100101111 | 1011000 | 110100 |
Color Harmonies of #F018E4
Complementary color
Monochromatic Colors of #F018E4
Black with #F018E4
Text Example
Text Example
White with #F018E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018E4; }
p { color: rgb(240,24,228); }
H1.HeaderClassName
{
color: #F018E4;
}
.AnyTagClassName
{
color: #F018E4;
}
</style>
background-color css
<style>
a { background-color: #F018E4; }
a { background-color: rgb(240,24,228); }
div.DivClassName
{
background-color: #F018E4;
}
.BgClassName
{
background-color: #F018E4;
}
</style>
border-color css
<style>
span { border-color: #F018E4; }
span { border-color: rgb(240,24,228); }
td.TdClassName
{
border-color: #F018E4;
}
.TagClassName
{
border-color: #F018E4;
}
</style>