Shades of Magenta #F017FA
Tints of Magenta #F017FA
RGB
CMYK
RGB Variations
Color information
#F017FA (or 0xF017FA) is known color: Magenta. HEX triplet: F0, 17 and FA. RGB value is (240,23,250). Sum of RGB (Red+Green+Blue) = 240+23+250=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 23 (9.38% from 255 or 4.48% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #F017FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F017FA is #0FE805. Grayscale: #717171. Windows color (decimal): -1042438 or 16390128. OLE color: 16390128.
HSL color Cylindrical-coordinate representation of color #F017FA: hue angle of 297.36º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F017FA is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 23 | 250 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.02 |
| HSL | 297.36º | 0.96% | 0.54% | - |
| HSV(B) | 297.36º | 0.91% | 0.98% | - |
| XYZ | 53.5 | 26.04 | 92.65 | - |
| YUV | 113.76 | 204.89 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 250 | 0.04 | 0.91 | 0 | 0.02 | 297.36 | 0.96 | 0.54 |
| Hex | F0 | 17 | FA | 4 | 5B | 0 | 2 | 129 | 60 | 36 |
| Octal | 360 | 27 | 372 | 4 | 133 | 0 | 2 | 451 | 140 | 66 |
| Binary | 11110000 | 10111 | 11111010 | 100 | 1011011 | 0 | 10 | 100101001 | 1100000 | 110110 |
Color Harmonies of #F017FA
Complementary color
Monochromatic Colors of #F017FA
Black with #F017FA
Text Example
Text Example
White with #F017FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017FA; }
p { color: rgb(240,23,250); }
H1.HeaderClassName
{
color: #F017FA;
}
.AnyTagClassName
{
color: #F017FA;
}
</style>
background-color css
<style>
a { background-color: #F017FA; }
a { background-color: rgb(240,23,250); }
div.DivClassName
{
background-color: #F017FA;
}
.BgClassName
{
background-color: #F017FA;
}
</style>
border-color css
<style>
span { border-color: #F017FA; }
span { border-color: rgb(240,23,250); }
td.TdClassName
{
border-color: #F017FA;
}
.TagClassName
{
border-color: #F017FA;
}
</style>