Shades of Magenta #F711EC
Tints of Magenta #F711EC
RGB
CMYK
RGB Variations
Color information
#F711EC (or 0xF711EC) is known color: Magenta. HEX triplet: F7, 11 and EC. RGB value is (247,17,236). Sum of RGB (Red+Green+Blue) = 247+17+236=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 17 (7.03% from 255 or 3.4% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F711EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F711EC is #08EE13. Grayscale: #6E6E6E. Windows color (decimal): -585236 or 15471095. OLE color: 15471095.
HSL color Cylindrical-coordinate representation of color #F711EC: hue angle of 302.87º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F711EC is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 236 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.03 |
| HSL | 302.87º | 0.93% | 0.52% | - |
| HSV(B) | 302.87º | 0.93% | 0.97% | - |
| XYZ | 53.7 | 26.23 | 81.59 | - |
| YUV | 110.74 | 198.7 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 236 | 0 | 0.93 | 0.04 | 0.03 | 302.87 | 0.93 | 0.52 |
| Hex | F7 | 11 | EC | 0 | 5D | 4 | 3 | 12F | 5D | 34 |
| Octal | 367 | 21 | 354 | 0 | 135 | 4 | 3 | 457 | 135 | 64 |
| Binary | 11110111 | 10001 | 11101100 | 0 | 1011101 | 100 | 11 | 100101111 | 1011101 | 110100 |
Color Harmonies of #F711EC
Complementary color
Monochromatic Colors of #F711EC
Black with #F711EC
Text Example
Text Example
White with #F711EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F711EC; }
p { color: rgb(247,17,236); }
H1.HeaderClassName
{
color: #F711EC;
}
.AnyTagClassName
{
color: #F711EC;
}
</style>
background-color css
<style>
a { background-color: #F711EC; }
a { background-color: rgb(247,17,236); }
div.DivClassName
{
background-color: #F711EC;
}
.BgClassName
{
background-color: #F711EC;
}
</style>
border-color css
<style>
span { border-color: #F711EC; }
span { border-color: rgb(247,17,236); }
td.TdClassName
{
border-color: #F711EC;
}
.TagClassName
{
border-color: #F711EC;
}
</style>