Shades of Magenta #F617FA
Tints of Magenta #F617FA
RGB
CMYK
RGB Variations
Color information
#F617FA (or 0xF617FA) is known color: Magenta. HEX triplet: F6, 17 and FA. RGB value is (246,23,250). Sum of RGB (Red+Green+Blue) = 246+23+250=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 23 (9.38% from 255 or 4.43% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #F617FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F617FA is #09E805. Grayscale: #727272. Windows color (decimal): -649222 or 16390134. OLE color: 16390134.
HSL color Cylindrical-coordinate representation of color #F617FA: hue angle of 298.94º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F617FA is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 23 | 250 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.02 |
| HSL | 298.94º | 0.96% | 0.54% | - |
| HSV(B) | 298.94º | 0.91% | 0.98% | - |
| XYZ | 55.57 | 27.11 | 92.75 | - |
| YUV | 115.56 | 203.88 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 250 | 0.02 | 0.91 | 0 | 0.02 | 298.94 | 0.96 | 0.54 |
| Hex | F6 | 17 | FA | 2 | 5B | 0 | 2 | 12B | 60 | 36 |
| Octal | 366 | 27 | 372 | 2 | 133 | 0 | 2 | 453 | 140 | 66 |
| Binary | 11110110 | 10111 | 11111010 | 10 | 1011011 | 0 | 10 | 100101011 | 1100000 | 110110 |
Color Harmonies of #F617FA
Complementary color
Monochromatic Colors of #F617FA
Black with #F617FA
Text Example
Text Example
White with #F617FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F617FA; }
p { color: rgb(246,23,250); }
H1.HeaderClassName
{
color: #F617FA;
}
.AnyTagClassName
{
color: #F617FA;
}
</style>
background-color css
<style>
a { background-color: #F617FA; }
a { background-color: rgb(246,23,250); }
div.DivClassName
{
background-color: #F617FA;
}
.BgClassName
{
background-color: #F617FA;
}
</style>
border-color css
<style>
span { border-color: #F617FA; }
span { border-color: rgb(246,23,250); }
td.TdClassName
{
border-color: #F617FA;
}
.TagClassName
{
border-color: #F617FA;
}
</style>