Shades of Magenta #F710E8
Tints of Magenta #F710E8
RGB
CMYK
RGB Variations
Color information
#F710E8 (or 0xF710E8) is known color: Magenta. HEX triplet: F7, 10 and E8. RGB value is (247,16,232). Sum of RGB (Red+Green+Blue) = 247+16+232=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 16 (6.64% from 255 or 3.23% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F710E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F710E8 is #08EF17. Grayscale: #6D6D6D. Windows color (decimal): -585496 or 15208695. OLE color: 15208695.
HSL color Cylindrical-coordinate representation of color #F710E8: hue angle of 303.9º 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 #F710E8 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 232 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.03 |
| HSL | 303.9º | 0.94% | 0.52% | - |
| HSV(B) | 303.9º | 0.94% | 0.97% | - |
| XYZ | 53.11 | 25.97 | 78.56 | - |
| YUV | 109.69 | 197.03 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 232 | 0 | 0.94 | 0.06 | 0.03 | 303.9 | 0.94 | 0.52 |
| Hex | F7 | 10 | E8 | 0 | 5E | 6 | 3 | 130 | 5E | 34 |
| Octal | 367 | 20 | 350 | 0 | 136 | 6 | 3 | 460 | 136 | 64 |
| Binary | 11110111 | 10000 | 11101000 | 0 | 1011110 | 110 | 11 | 100110000 | 1011110 | 110100 |
Color Harmonies of #F710E8
Complementary color
Monochromatic Colors of #F710E8
Black with #F710E8
Text Example
Text Example
White with #F710E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710E8; }
p { color: rgb(247,16,232); }
H1.HeaderClassName
{
color: #F710E8;
}
.AnyTagClassName
{
color: #F710E8;
}
</style>
background-color css
<style>
a { background-color: #F710E8; }
a { background-color: rgb(247,16,232); }
div.DivClassName
{
background-color: #F710E8;
}
.BgClassName
{
background-color: #F710E8;
}
</style>
border-color css
<style>
span { border-color: #F710E8; }
span { border-color: rgb(247,16,232); }
td.TdClassName
{
border-color: #F710E8;
}
.TagClassName
{
border-color: #F710E8;
}
</style>