Shades of Magenta #F017FE
Tints of Magenta #F017FE
RGB
CMYK
RGB Variations
Color information
#F017FE (or 0xF017FE) is known color: Magenta. HEX triplet: F0, 17 and FE. RGB value is (240,23,254). Sum of RGB (Red+Green+Blue) = 240+23+254=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 23 (9.38% from 255 or 4.45% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #F017FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F017FE is #0FE801. Grayscale: #717171. Windows color (decimal): -1042434 or 16652272. OLE color: 16652272.
HSL color Cylindrical-coordinate representation of color #F017FE: hue angle of 296.36º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F017FE is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 23 | 254 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.00 |
| HSL | 296.36º | 0.99% | 0.54% | - |
| HSV(B) | 296.36º | 0.91% | 1% | - |
| XYZ | 54.13 | 26.29 | 95.99 | - |
| YUV | 114.22 | 206.89 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 254 | 0.06 | 0.91 | 0 | 0.00 | 296.36 | 0.99 | 0.54 |
| Hex | F0 | 17 | FE | 6 | 5B | 0 | 0 | 128 | 63 | 36 |
| Octal | 360 | 27 | 376 | 6 | 133 | 0 | 0 | 450 | 143 | 66 |
| Binary | 11110000 | 10111 | 11111110 | 110 | 1011011 | 0 | 0 | 100101000 | 1100011 | 110110 |
Color Harmonies of #F017FE
Complementary color
Monochromatic Colors of #F017FE
Black with #F017FE
Text Example
Text Example
White with #F017FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017FE; }
p { color: rgb(240,23,254); }
H1.HeaderClassName
{
color: #F017FE;
}
.AnyTagClassName
{
color: #F017FE;
}
</style>
background-color css
<style>
a { background-color: #F017FE; }
a { background-color: rgb(240,23,254); }
div.DivClassName
{
background-color: #F017FE;
}
.BgClassName
{
background-color: #F017FE;
}
</style>
border-color css
<style>
span { border-color: #F017FE; }
span { border-color: rgb(240,23,254); }
td.TdClassName
{
border-color: #F017FE;
}
.TagClassName
{
border-color: #F017FE;
}
</style>