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