Shades of Hot Magenta #F018E2
Tints of Hot Magenta #F018E2
RGB
CMYK
RGB Variations
Color information
#F018E2 (or 0xF018E2) is known color: Hot Magenta. HEX triplet: F0, 18 and E2. RGB value is (240,24,226). Sum of RGB (Red+Green+Blue) = 240+24+226=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 24 (9.77% from 255 or 4.90% from 490); Blue value is 226 (88.67% from 255 or 46.12% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F018E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018E2 is #0FE71D. Grayscale: #6F6F6F. Windows color (decimal): -1042206 or 14817520. OLE color: 14817520.
HSL color Cylindrical-coordinate representation of color #F018E2: hue angle of 303.89º 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 #F018E2 is Cyan = 0, Magento = 0.9, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 226 | - |
| CMYK | 0 | 0.9 | 0.06 | 0.06 |
| HSL | 303.89º | 0.88% | 0.52% | - |
| HSV(B) | 303.89º | 0.9% | 0.94% | - |
| XYZ | 49.99 | 24.67 | 74.08 | - |
| YUV | 111.61 | 192.56 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 226 | 0 | 0.9 | 0.06 | 0.06 | 303.89 | 0.88 | 0.52 |
| Hex | F0 | 18 | E2 | 0 | 5A | 6 | 6 | 130 | 58 | 34 |
| Octal | 360 | 30 | 342 | 0 | 132 | 6 | 6 | 460 | 130 | 64 |
| Binary | 11110000 | 11000 | 11100010 | 0 | 1011010 | 110 | 110 | 100110000 | 1011000 | 110100 |
Color Harmonies of #F018E2
Complementary color
Monochromatic Colors of #F018E2
Black with #F018E2
Text Example
Text Example
White with #F018E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018E2; }
p { color: rgb(240,24,226); }
H1.HeaderClassName
{
color: #F018E2;
}
.AnyTagClassName
{
color: #F018E2;
}
</style>
background-color css
<style>
a { background-color: #F018E2; }
a { background-color: rgb(240,24,226); }
div.DivClassName
{
background-color: #F018E2;
}
.BgClassName
{
background-color: #F018E2;
}
</style>
border-color css
<style>
span { border-color: #F018E2; }
span { border-color: rgb(240,24,226); }
td.TdClassName
{
border-color: #F018E2;
}
.TagClassName
{
border-color: #F018E2;
}
</style>