Shades of Magenta #F917F0
Tints of Magenta #F917F0
RGB
CMYK
RGB Variations
Color information
#F917F0 (or 0xF917F0) is known color: Magenta. HEX triplet: F9, 17 and F0. RGB value is (249,23,240). Sum of RGB (Red+Green+Blue) = 249+23+240=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 23 (9.38% from 255 or 4.49% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F917F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F917F0 is #06E80F. Grayscale: #727272. Windows color (decimal): -452624 or 15734777. OLE color: 15734777.
HSL color Cylindrical-coordinate representation of color #F917F0: hue angle of 302.39º 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 #F917F0 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 240 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.02 |
| HSL | 302.39º | 0.95% | 0.53% | - |
| HSV(B) | 302.39º | 0.91% | 0.98% | - |
| XYZ | 55.1 | 27.04 | 84.75 | - |
| YUV | 115.31 | 198.37 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 240 | 0 | 0.91 | 0.04 | 0.02 | 302.39 | 0.95 | 0.53 |
| Hex | F9 | 17 | F0 | 0 | 5B | 4 | 2 | 12E | 5F | 35 |
| Octal | 371 | 27 | 360 | 0 | 133 | 4 | 2 | 456 | 137 | 65 |
| Binary | 11111001 | 10111 | 11110000 | 0 | 1011011 | 100 | 10 | 100101110 | 1011111 | 110101 |
Color Harmonies of #F917F0
Complementary color
Monochromatic Colors of #F917F0
Black with #F917F0
Text Example
Text Example
White with #F917F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F917F0; }
p { color: rgb(249,23,240); }
H1.HeaderClassName
{
color: #F917F0;
}
.AnyTagClassName
{
color: #F917F0;
}
</style>
background-color css
<style>
a { background-color: #F917F0; }
a { background-color: rgb(249,23,240); }
div.DivClassName
{
background-color: #F917F0;
}
.BgClassName
{
background-color: #F917F0;
}
</style>
border-color css
<style>
span { border-color: #F917F0; }
span { border-color: rgb(249,23,240); }
td.TdClassName
{
border-color: #F917F0;
}
.TagClassName
{
border-color: #F917F0;
}
</style>