Shades of Hot Magenta #F017E4
Tints of Hot Magenta #F017E4
RGB
CMYK
RGB Variations
Color information
#F017E4 (or 0xF017E4) is known color: Hot Magenta. HEX triplet: F0, 17 and E4. RGB value is (240,23,228). Sum of RGB (Red+Green+Blue) = 240+23+228=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 23 (9.38% from 255 or 4.68% from 491); Blue value is 228 (89.45% from 255 or 46.44% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F017E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017E4 is #0FE81B. Grayscale: #6E6E6E. Windows color (decimal): -1042460 or 14948336. OLE color: 14948336.
HSL color Cylindrical-coordinate representation of color #F017E4: hue angle of 303.32º 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 #F017E4 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 228 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.06 |
| HSL | 303.32º | 0.88% | 0.52% | - |
| HSV(B) | 303.32º | 0.9% | 0.94% | - |
| XYZ | 50.25 | 24.74 | 75.53 | - |
| YUV | 111.25 | 193.89 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 228 | 0 | 0.90 | 0.05 | 0.06 | 303.32 | 0.88 | 0.52 |
| Hex | F0 | 17 | E4 | 0 | 5A | 5 | 6 | 12F | 58 | 34 |
| Octal | 360 | 27 | 344 | 0 | 132 | 5 | 6 | 457 | 130 | 64 |
| Binary | 11110000 | 10111 | 11100100 | 0 | 1011010 | 101 | 110 | 100101111 | 1011000 | 110100 |
Color Harmonies of #F017E4
Complementary color
Monochromatic Colors of #F017E4
Black with #F017E4
Text Example
Text Example
White with #F017E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017E4; }
p { color: rgb(240,23,228); }
H1.HeaderClassName
{
color: #F017E4;
}
.AnyTagClassName
{
color: #F017E4;
}
</style>
background-color css
<style>
a { background-color: #F017E4; }
a { background-color: rgb(240,23,228); }
div.DivClassName
{
background-color: #F017E4;
}
.BgClassName
{
background-color: #F017E4;
}
</style>
border-color css
<style>
span { border-color: #F017E4; }
span { border-color: rgb(240,23,228); }
td.TdClassName
{
border-color: #F017E4;
}
.TagClassName
{
border-color: #F017E4;
}
</style>