Shades of Magenta #F713EC
Tints of Magenta #F713EC
RGB
CMYK
RGB Variations
Color information
#F713EC (or 0xF713EC) is known color: Magenta. HEX triplet: F7, 13 and EC. RGB value is (247,19,236). Sum of RGB (Red+Green+Blue) = 247+19+236=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 19 (7.81% from 255 or 3.78% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F713EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F713EC is #08EC13. Grayscale: #6F6F6F. Windows color (decimal): -584724 or 15471607. OLE color: 15471607.
HSL color Cylindrical-coordinate representation of color #F713EC: hue angle of 302.89º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F713EC is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 19 | 236 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.03 |
| HSL | 302.89º | 0.93% | 0.52% | - |
| HSV(B) | 302.89º | 0.92% | 0.97% | - |
| XYZ | 53.73 | 26.3 | 81.6 | - |
| YUV | 111.91 | 198.04 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 19 | 236 | 0 | 0.92 | 0.04 | 0.03 | 302.89 | 0.93 | 0.52 |
| Hex | F7 | 13 | EC | 0 | 5C | 4 | 3 | 12F | 5D | 34 |
| Octal | 367 | 23 | 354 | 0 | 134 | 4 | 3 | 457 | 135 | 64 |
| Binary | 11110111 | 10011 | 11101100 | 0 | 1011100 | 100 | 11 | 100101111 | 1011101 | 110100 |
Color Harmonies of #F713EC
Complementary color
Monochromatic Colors of #F713EC
Black with #F713EC
Text Example
Text Example
White with #F713EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F713EC; }
p { color: rgb(247,19,236); }
H1.HeaderClassName
{
color: #F713EC;
}
.AnyTagClassName
{
color: #F713EC;
}
</style>
background-color css
<style>
a { background-color: #F713EC; }
a { background-color: rgb(247,19,236); }
div.DivClassName
{
background-color: #F713EC;
}
.BgClassName
{
background-color: #F713EC;
}
</style>
border-color css
<style>
span { border-color: #F713EC; }
span { border-color: rgb(247,19,236); }
td.TdClassName
{
border-color: #F713EC;
}
.TagClassName
{
border-color: #F713EC;
}
</style>