Shades of Magenta #F710EC
Tints of Magenta #F710EC
RGB
CMYK
RGB Variations
Color information
#F710EC (or 0xF710EC) is known color: Magenta. HEX triplet: F7, 10 and EC. RGB value is (247,16,236). Sum of RGB (Red+Green+Blue) = 247+16+236=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 16 (6.64% from 255 or 3.21% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F710EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F710EC is #08EF13. Grayscale: #6D6D6D. Windows color (decimal): -585492 or 15470839. OLE color: 15470839.
HSL color Cylindrical-coordinate representation of color #F710EC: hue angle of 302.86º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F710EC is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 236 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.03 |
| HSL | 302.86º | 0.94% | 0.52% | - |
| HSV(B) | 302.86º | 0.94% | 0.97% | - |
| XYZ | 53.68 | 26.2 | 81.58 | - |
| YUV | 110.15 | 199.03 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 236 | 0 | 0.94 | 0.04 | 0.03 | 302.86 | 0.94 | 0.52 |
| Hex | F7 | 10 | EC | 0 | 5E | 4 | 3 | 12F | 5E | 34 |
| Octal | 367 | 20 | 354 | 0 | 136 | 4 | 3 | 457 | 136 | 64 |
| Binary | 11110111 | 10000 | 11101100 | 0 | 1011110 | 100 | 11 | 100101111 | 1011110 | 110100 |
Color Harmonies of #F710EC
Complementary color
Monochromatic Colors of #F710EC
Black with #F710EC
Text Example
Text Example
White with #F710EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710EC; }
p { color: rgb(247,16,236); }
H1.HeaderClassName
{
color: #F710EC;
}
.AnyTagClassName
{
color: #F710EC;
}
</style>
background-color css
<style>
a { background-color: #F710EC; }
a { background-color: rgb(247,16,236); }
div.DivClassName
{
background-color: #F710EC;
}
.BgClassName
{
background-color: #F710EC;
}
</style>
border-color css
<style>
span { border-color: #F710EC; }
span { border-color: rgb(247,16,236); }
td.TdClassName
{
border-color: #F710EC;
}
.TagClassName
{
border-color: #F710EC;
}
</style>