Shades of Magenta #F917F5
Tints of Magenta #F917F5
RGB
CMYK
RGB Variations
Color information
#F917F5 (or 0xF917F5) is known color: Magenta. HEX triplet: F9, 17 and F5. RGB value is (249,23,245). Sum of RGB (Red+Green+Blue) = 249+23+245=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 23 (9.38% from 255 or 4.45% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F917F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F917F5 is #06E80A. Grayscale: #737373. Windows color (decimal): -452619 or 16062457. OLE color: 16062457.
HSL color Cylindrical-coordinate representation of color #F917F5: hue angle of 301.06º 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 #F917F5 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 245 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.02 |
| HSL | 301.06º | 0.95% | 0.53% | - |
| HSV(B) | 301.06º | 0.91% | 0.98% | - |
| XYZ | 55.85 | 27.35 | 88.72 | - |
| YUV | 115.88 | 200.87 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 245 | 0 | 0.91 | 0.02 | 0.02 | 301.06 | 0.95 | 0.53 |
| Hex | F9 | 17 | F5 | 0 | 5B | 2 | 2 | 12D | 5F | 35 |
| Octal | 371 | 27 | 365 | 0 | 133 | 2 | 2 | 455 | 137 | 65 |
| Binary | 11111001 | 10111 | 11110101 | 0 | 1011011 | 10 | 10 | 100101101 | 1011111 | 110101 |
Color Harmonies of #F917F5
Complementary color
Monochromatic Colors of #F917F5
Black with #F917F5
Text Example
Text Example
White with #F917F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F917F5; }
p { color: rgb(249,23,245); }
H1.HeaderClassName
{
color: #F917F5;
}
.AnyTagClassName
{
color: #F917F5;
}
</style>
background-color css
<style>
a { background-color: #F917F5; }
a { background-color: rgb(249,23,245); }
div.DivClassName
{
background-color: #F917F5;
}
.BgClassName
{
background-color: #F917F5;
}
</style>
border-color css
<style>
span { border-color: #F917F5; }
span { border-color: rgb(249,23,245); }
td.TdClassName
{
border-color: #F917F5;
}
.TagClassName
{
border-color: #F917F5;
}
</style>