Shades of Magenta #F716EC
Tints of Magenta #F716EC
RGB
CMYK
RGB Variations
Color information
#F716EC (or 0xF716EC) is known color: Magenta. HEX triplet: F7, 16 and EC. RGB value is (247,22,236). Sum of RGB (Red+Green+Blue) = 247+22+236=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 22 (8.98% from 255 or 4.36% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F716EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F716EC is #08E913. Grayscale: #717171. Windows color (decimal): -583956 or 15472375. OLE color: 15472375.
HSL color Cylindrical-coordinate representation of color #F716EC: hue angle of 302.93º 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 #F716EC is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 236 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.03 |
| HSL | 302.93º | 0.93% | 0.53% | - |
| HSV(B) | 302.93º | 0.91% | 0.97% | - |
| XYZ | 53.79 | 26.4 | 81.62 | - |
| YUV | 113.67 | 197.04 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 236 | 0 | 0.91 | 0.04 | 0.03 | 302.93 | 0.93 | 0.53 |
| Hex | F7 | 16 | EC | 0 | 5B | 4 | 3 | 12F | 5D | 35 |
| Octal | 367 | 26 | 354 | 0 | 133 | 4 | 3 | 457 | 135 | 65 |
| Binary | 11110111 | 10110 | 11101100 | 0 | 1011011 | 100 | 11 | 100101111 | 1011101 | 110101 |
Color Harmonies of #F716EC
Complementary color
Monochromatic Colors of #F716EC
Black with #F716EC
Text Example
Text Example
White with #F716EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F716EC; }
p { color: rgb(247,22,236); }
H1.HeaderClassName
{
color: #F716EC;
}
.AnyTagClassName
{
color: #F716EC;
}
</style>
background-color css
<style>
a { background-color: #F716EC; }
a { background-color: rgb(247,22,236); }
div.DivClassName
{
background-color: #F716EC;
}
.BgClassName
{
background-color: #F716EC;
}
</style>
border-color css
<style>
span { border-color: #F716EC; }
span { border-color: rgb(247,22,236); }
td.TdClassName
{
border-color: #F716EC;
}
.TagClassName
{
border-color: #F716EC;
}
</style>