Shades of Magenta #F617F5
Tints of Magenta #F617F5
RGB
CMYK
RGB Variations
Color information
#F617F5 (or 0xF617F5) is known color: Magenta. HEX triplet: F6, 17 and F5. RGB value is (246,23,245). Sum of RGB (Red+Green+Blue) = 246+23+245=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 23 (9.38% from 255 or 4.47% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F617F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F617F5 is #09E80A. Grayscale: #727272. Windows color (decimal): -649227 or 16062454. OLE color: 16062454.
HSL color Cylindrical-coordinate representation of color #F617F5: hue angle of 300.27º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F617F5 is Cyan = 0, Magento = 0.91, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 245 | - |
| CMYK | 0 | 0.91 | 0.00 | 0.04 |
| HSL | 300.27º | 0.93% | 0.53% | - |
| HSV(B) | 300.27º | 0.91% | 0.96% | - |
| XYZ | 54.79 | 26.8 | 88.67 | - |
| YUV | 114.99 | 201.38 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 245 | 0 | 0.91 | 0.00 | 0.04 | 300.27 | 0.93 | 0.53 |
| Hex | F6 | 17 | F5 | 0 | 5B | 0 | 4 | 12C | 5D | 35 |
| Octal | 366 | 27 | 365 | 0 | 133 | 0 | 4 | 454 | 135 | 65 |
| Binary | 11110110 | 10111 | 11110101 | 0 | 1011011 | 0 | 100 | 100101100 | 1011101 | 110101 |
Color Harmonies of #F617F5
Complementary color
Monochromatic Colors of #F617F5
Black with #F617F5
Text Example
Text Example
White with #F617F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F617F5; }
p { color: rgb(246,23,245); }
H1.HeaderClassName
{
color: #F617F5;
}
.AnyTagClassName
{
color: #F617F5;
}
</style>
background-color css
<style>
a { background-color: #F617F5; }
a { background-color: rgb(246,23,245); }
div.DivClassName
{
background-color: #F617F5;
}
.BgClassName
{
background-color: #F617F5;
}
</style>
border-color css
<style>
span { border-color: #F617F5; }
span { border-color: rgb(246,23,245); }
td.TdClassName
{
border-color: #F617F5;
}
.TagClassName
{
border-color: #F617F5;
}
</style>