Shades of Magenta #F017EF
Tints of Magenta #F017EF
RGB
CMYK
RGB Variations
Color information
#F017EF (or 0xF017EF) is known color: Magenta. HEX triplet: F0, 17 and EF. RGB value is (240,23,239). Sum of RGB (Red+Green+Blue) = 240+23+239=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 23 (9.38% from 255 or 4.58% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F017EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F017EF is #0FE810. Grayscale: #6F6F6F. Windows color (decimal): -1042449 or 15669232. OLE color: 15669232.
HSL color Cylindrical-coordinate representation of color #F017EF: hue angle of 300.28º 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 #F017EF is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 239 | - |
| CMYK | 0 | 0.90 | 0.00 | 0.06 |
| HSL | 300.28º | 0.88% | 0.52% | - |
| HSV(B) | 300.28º | 0.9% | 0.94% | - |
| XYZ | 51.82 | 25.37 | 83.83 | - |
| YUV | 112.51 | 199.39 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 239 | 0 | 0.90 | 0.00 | 0.06 | 300.28 | 0.88 | 0.52 |
| Hex | F0 | 17 | EF | 0 | 5A | 0 | 6 | 12C | 58 | 34 |
| Octal | 360 | 27 | 357 | 0 | 132 | 0 | 6 | 454 | 130 | 64 |
| Binary | 11110000 | 10111 | 11101111 | 0 | 1011010 | 0 | 110 | 100101100 | 1011000 | 110100 |
Color Harmonies of #F017EF
Complementary color
Monochromatic Colors of #F017EF
Black with #F017EF
Text Example
Text Example
White with #F017EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017EF; }
p { color: rgb(240,23,239); }
H1.HeaderClassName
{
color: #F017EF;
}
.AnyTagClassName
{
color: #F017EF;
}
</style>
background-color css
<style>
a { background-color: #F017EF; }
a { background-color: rgb(240,23,239); }
div.DivClassName
{
background-color: #F017EF;
}
.BgClassName
{
background-color: #F017EF;
}
</style>
border-color css
<style>
span { border-color: #F017EF; }
span { border-color: rgb(240,23,239); }
td.TdClassName
{
border-color: #F017EF;
}
.TagClassName
{
border-color: #F017EF;
}
</style>