Shades of Magenta #F017EE
Tints of Magenta #F017EE
RGB
CMYK
RGB Variations
Color information
#F017EE (or 0xF017EE) is known color: Magenta. HEX triplet: F0, 17 and EE. RGB value is (240,23,238). Sum of RGB (Red+Green+Blue) = 240+23+238=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 23 (9.38% from 255 or 4.59% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F017EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F017EE is #0FE811. Grayscale: #6F6F6F. Windows color (decimal): -1042450 or 15603696. OLE color: 15603696.
HSL color Cylindrical-coordinate representation of color #F017EE: hue angle of 300.55º 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 #F017EE is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 238 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.06 |
| HSL | 300.55º | 0.88% | 0.52% | - |
| HSV(B) | 300.55º | 0.9% | 0.94% | - |
| XYZ | 51.67 | 25.31 | 83.05 | - |
| YUV | 112.39 | 198.89 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 238 | 0 | 0.90 | 0.01 | 0.06 | 300.55 | 0.88 | 0.52 |
| Hex | F0 | 17 | EE | 0 | 5A | 1 | 6 | 12D | 58 | 34 |
| Octal | 360 | 27 | 356 | 0 | 132 | 1 | 6 | 455 | 130 | 64 |
| Binary | 11110000 | 10111 | 11101110 | 0 | 1011010 | 1 | 110 | 100101101 | 1011000 | 110100 |
Color Harmonies of #F017EE
Complementary color
Monochromatic Colors of #F017EE
Black with #F017EE
Text Example
Text Example
White with #F017EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017EE; }
p { color: rgb(240,23,238); }
H1.HeaderClassName
{
color: #F017EE;
}
.AnyTagClassName
{
color: #F017EE;
}
</style>
background-color css
<style>
a { background-color: #F017EE; }
a { background-color: rgb(240,23,238); }
div.DivClassName
{
background-color: #F017EE;
}
.BgClassName
{
background-color: #F017EE;
}
</style>
border-color css
<style>
span { border-color: #F017EE; }
span { border-color: rgb(240,23,238); }
td.TdClassName
{
border-color: #F017EE;
}
.TagClassName
{
border-color: #F017EE;
}
</style>