Shades of Magenta #F017F9
Tints of Magenta #F017F9
RGB
CMYK
RGB Variations
Color information
#F017F9 (or 0xF017F9) is known color: Magenta. HEX triplet: F0, 17 and F9. RGB value is (240,23,249). Sum of RGB (Red+Green+Blue) = 240+23+249=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 23 (9.38% from 255 or 4.49% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #F017F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F017F9 is #0FE806. Grayscale: #707070. Windows color (decimal): -1042439 or 16324592. OLE color: 16324592.
HSL color Cylindrical-coordinate representation of color #F017F9: hue angle of 297.61º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F017F9 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 23 | 249 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.02 |
| HSL | 297.61º | 0.95% | 0.53% | - |
| HSV(B) | 297.61º | 0.91% | 0.98% | - |
| XYZ | 53.34 | 25.98 | 91.83 | - |
| YUV | 113.65 | 204.39 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 249 | 0.04 | 0.91 | 0 | 0.02 | 297.61 | 0.95 | 0.53 |
| Hex | F0 | 17 | F9 | 4 | 5B | 0 | 2 | 12A | 5F | 35 |
| Octal | 360 | 27 | 371 | 4 | 133 | 0 | 2 | 452 | 137 | 65 |
| Binary | 11110000 | 10111 | 11111001 | 100 | 1011011 | 0 | 10 | 100101010 | 1011111 | 110101 |
Color Harmonies of #F017F9
Complementary color
Monochromatic Colors of #F017F9
Black with #F017F9
Text Example
Text Example
White with #F017F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017F9; }
p { color: rgb(240,23,249); }
H1.HeaderClassName
{
color: #F017F9;
}
.AnyTagClassName
{
color: #F017F9;
}
</style>
background-color css
<style>
a { background-color: #F017F9; }
a { background-color: rgb(240,23,249); }
div.DivClassName
{
background-color: #F017F9;
}
.BgClassName
{
background-color: #F017F9;
}
</style>
border-color css
<style>
span { border-color: #F017F9; }
span { border-color: rgb(240,23,249); }
td.TdClassName
{
border-color: #F017F9;
}
.TagClassName
{
border-color: #F017F9;
}
</style>