Shades of Magenta #F717EC
Tints of Magenta #F717EC
RGB
CMYK
RGB Variations
Color information
#F717EC (or 0xF717EC) is known color: Magenta. HEX triplet: F7, 17 and EC. RGB value is (247,23,236). Sum of RGB (Red+Green+Blue) = 247+23+236=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 23 (9.38% from 255 or 4.55% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F717EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F717EC is #08E813. Grayscale: #717171. Windows color (decimal): -583700 or 15472631. OLE color: 15472631.
HSL color Cylindrical-coordinate representation of color #F717EC: hue angle of 302.95º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F717EC is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 236 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.03 |
| HSL | 302.95º | 0.93% | 0.53% | - |
| HSV(B) | 302.95º | 0.91% | 0.97% | - |
| XYZ | 53.8 | 26.44 | 81.63 | - |
| YUV | 114.26 | 196.71 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 236 | 0 | 0.91 | 0.04 | 0.03 | 302.95 | 0.93 | 0.53 |
| Hex | F7 | 17 | EC | 0 | 5B | 4 | 3 | 12F | 5D | 35 |
| Octal | 367 | 27 | 354 | 0 | 133 | 4 | 3 | 457 | 135 | 65 |
| Binary | 11110111 | 10111 | 11101100 | 0 | 1011011 | 100 | 11 | 100101111 | 1011101 | 110101 |
Color Harmonies of #F717EC
Complementary color
Monochromatic Colors of #F717EC
Black with #F717EC
Text Example
Text Example
White with #F717EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F717EC; }
p { color: rgb(247,23,236); }
H1.HeaderClassName
{
color: #F717EC;
}
.AnyTagClassName
{
color: #F717EC;
}
</style>
background-color css
<style>
a { background-color: #F717EC; }
a { background-color: rgb(247,23,236); }
div.DivClassName
{
background-color: #F717EC;
}
.BgClassName
{
background-color: #F717EC;
}
</style>
border-color css
<style>
span { border-color: #F717EC; }
span { border-color: rgb(247,23,236); }
td.TdClassName
{
border-color: #F717EC;
}
.TagClassName
{
border-color: #F717EC;
}
</style>