Shades of Magenta #F017FF
Tints of Magenta #F017FF
RGB
CMYK
RGB Variations
Color information
#F017FF (or 0xF017FF) is known color: Magenta. HEX triplet: F0, 17 and FF. RGB value is (240,23,255). Sum of RGB (Red+Green+Blue) = 240+23+255=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 23 (9.38% from 255 or 4.44% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #F017FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F017FF is #0FE800. Grayscale: #717171. Windows color (decimal): -1042433 or 16717808. OLE color: 16717808.
HSL color Cylindrical-coordinate representation of color #F017FF: hue angle of 296.12º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F017FF is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 23 | 255 | - |
| CMYK | 0.06 | 0.91 | 0 | 0 |
| HSL | 296.12º | 1% | 0.55% | - |
| HSV(B) | 296.12º | 0.91% | 1% | - |
| XYZ | 54.29 | 26.36 | 96.83 | - |
| YUV | 114.33 | 207.39 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 255 | 0.06 | 0.91 | 0 | 0 | 296.12 | 1 | 0.55 |
| Hex | F0 | 17 | FF | 6 | 5B | 0 | 0 | 128 | 64 | 37 |
| Octal | 360 | 27 | 377 | 6 | 133 | 0 | 0 | 450 | 144 | 67 |
| Binary | 11110000 | 10111 | 11111111 | 110 | 1011011 | 0 | 0 | 100101000 | 1100100 | 110111 |
Color Harmonies of #F017FF
Complementary color
Monochromatic Colors of #F017FF
Black with #F017FF
Text Example
Text Example
White with #F017FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017FF; }
p { color: rgb(240,23,255); }
H1.HeaderClassName
{
color: #F017FF;
}
.AnyTagClassName
{
color: #F017FF;
}
</style>
background-color css
<style>
a { background-color: #F017FF; }
a { background-color: rgb(240,23,255); }
div.DivClassName
{
background-color: #F017FF;
}
.BgClassName
{
background-color: #F017FF;
}
</style>
border-color css
<style>
span { border-color: #F017FF; }
span { border-color: rgb(240,23,255); }
td.TdClassName
{
border-color: #F017FF;
}
.TagClassName
{
border-color: #F017FF;
}
</style>