Shades of Magenta #F017F2
Tints of Magenta #F017F2
RGB
CMYK
RGB Variations
Color information
#F017F2 (or 0xF017F2) is known color: Magenta. HEX triplet: F0, 17 and F2. RGB value is (240,23,242). Sum of RGB (Red+Green+Blue) = 240+23+242=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 23 (9.38% from 255 or 4.55% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #F017F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F017F2 is #0FE80D. Grayscale: #707070. Windows color (decimal): -1042446 or 15865840. OLE color: 15865840.
HSL color Cylindrical-coordinate representation of color #F017F2: hue angle of 299.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F017F2 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 23 | 242 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.05 |
| HSL | 299.45º | 0.89% | 0.52% | - |
| HSV(B) | 299.45º | 0.9% | 0.95% | - |
| XYZ | 52.27 | 25.55 | 86.18 | - |
| YUV | 112.85 | 200.89 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 242 | 0.01 | 0.90 | 0 | 0.05 | 299.45 | 0.89 | 0.52 |
| Hex | F0 | 17 | F2 | 1 | 5A | 0 | 5 | 12B | 59 | 34 |
| Octal | 360 | 27 | 362 | 1 | 132 | 0 | 5 | 453 | 131 | 64 |
| Binary | 11110000 | 10111 | 11110010 | 1 | 1011010 | 0 | 101 | 100101011 | 1011001 | 110100 |
Color Harmonies of #F017F2
Complementary color
Monochromatic Colors of #F017F2
Black with #F017F2
Text Example
Text Example
White with #F017F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017F2; }
p { color: rgb(240,23,242); }
H1.HeaderClassName
{
color: #F017F2;
}
.AnyTagClassName
{
color: #F017F2;
}
</style>
background-color css
<style>
a { background-color: #F017F2; }
a { background-color: rgb(240,23,242); }
div.DivClassName
{
background-color: #F017F2;
}
.BgClassName
{
background-color: #F017F2;
}
</style>
border-color css
<style>
span { border-color: #F017F2; }
span { border-color: rgb(240,23,242); }
td.TdClassName
{
border-color: #F017F2;
}
.TagClassName
{
border-color: #F017F2;
}
</style>