Shades of Magenta #F017EC
Tints of Magenta #F017EC
RGB
CMYK
RGB Variations
Color information
#F017EC (or 0xF017EC) is known color: Magenta. HEX triplet: F0, 17 and EC. RGB value is (240,23,236). Sum of RGB (Red+Green+Blue) = 240+23+236=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 23 (9.38% from 255 or 4.61% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F017EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F017EC is #0FE813. Grayscale: #6F6F6F. Windows color (decimal): -1042452 or 15472624. OLE color: 15472624.
HSL color Cylindrical-coordinate representation of color #F017EC: hue angle of 301.11º 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 #F017EC is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 236 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.06 |
| HSL | 301.11º | 0.88% | 0.52% | - |
| HSV(B) | 301.11º | 0.9% | 0.94% | - |
| XYZ | 51.38 | 25.19 | 81.51 | - |
| YUV | 112.17 | 197.89 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 236 | 0 | 0.90 | 0.02 | 0.06 | 301.11 | 0.88 | 0.52 |
| Hex | F0 | 17 | EC | 0 | 5A | 2 | 6 | 12D | 58 | 34 |
| Octal | 360 | 27 | 354 | 0 | 132 | 2 | 6 | 455 | 130 | 64 |
| Binary | 11110000 | 10111 | 11101100 | 0 | 1011010 | 10 | 110 | 100101101 | 1011000 | 110100 |
Color Harmonies of #F017EC
Complementary color
Monochromatic Colors of #F017EC
Black with #F017EC
Text Example
Text Example
White with #F017EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017EC; }
p { color: rgb(240,23,236); }
H1.HeaderClassName
{
color: #F017EC;
}
.AnyTagClassName
{
color: #F017EC;
}
</style>
background-color css
<style>
a { background-color: #F017EC; }
a { background-color: rgb(240,23,236); }
div.DivClassName
{
background-color: #F017EC;
}
.BgClassName
{
background-color: #F017EC;
}
</style>
border-color css
<style>
span { border-color: #F017EC; }
span { border-color: rgb(240,23,236); }
td.TdClassName
{
border-color: #F017EC;
}
.TagClassName
{
border-color: #F017EC;
}
</style>