Shades of Magenta #F716EE
Tints of Magenta #F716EE
RGB
CMYK
RGB Variations
Color information
#F716EE (or 0xF716EE) is known color: Magenta. HEX triplet: F7, 16 and EE. RGB value is (247,22,238). Sum of RGB (Red+Green+Blue) = 247+22+238=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 22 (8.98% from 255 or 4.34% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F716EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F716EE is #08E911. Grayscale: #717171. Windows color (decimal): -583954 or 15603447. OLE color: 15603447.
HSL color Cylindrical-coordinate representation of color #F716EE: hue angle of 302.4º 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 #F716EE is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 238 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.03 |
| HSL | 302.4º | 0.93% | 0.53% | - |
| HSV(B) | 302.4º | 0.91% | 0.97% | - |
| XYZ | 54.08 | 26.52 | 83.16 | - |
| YUV | 113.9 | 198.04 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 238 | 0 | 0.91 | 0.04 | 0.03 | 302.4 | 0.93 | 0.53 |
| Hex | F7 | 16 | EE | 0 | 5B | 4 | 3 | 12E | 5D | 35 |
| Octal | 367 | 26 | 356 | 0 | 133 | 4 | 3 | 456 | 135 | 65 |
| Binary | 11110111 | 10110 | 11101110 | 0 | 1011011 | 100 | 11 | 100101110 | 1011101 | 110101 |
Color Harmonies of #F716EE
Complementary color
Monochromatic Colors of #F716EE
Black with #F716EE
Text Example
Text Example
White with #F716EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F716EE; }
p { color: rgb(247,22,238); }
H1.HeaderClassName
{
color: #F716EE;
}
.AnyTagClassName
{
color: #F716EE;
}
</style>
background-color css
<style>
a { background-color: #F716EE; }
a { background-color: rgb(247,22,238); }
div.DivClassName
{
background-color: #F716EE;
}
.BgClassName
{
background-color: #F716EE;
}
</style>
border-color css
<style>
span { border-color: #F716EE; }
span { border-color: rgb(247,22,238); }
td.TdClassName
{
border-color: #F716EE;
}
.TagClassName
{
border-color: #F716EE;
}
</style>