Shades of Magenta #F710FF
Tints of Magenta #F710FF
RGB
CMYK
RGB Variations
Color information
#F710FF (or 0xF710FF) is known color: Magenta. HEX triplet: F7, 10 and FF. RGB value is (247,16,255). Sum of RGB (Red+Green+Blue) = 247+16+255=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 16 (6.64% from 255 or 3.09% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #F710FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F710FF is #08EF00. Grayscale: #6F6F6F. Windows color (decimal): -585473 or 16716023. OLE color: 16716023.
HSL color Cylindrical-coordinate representation of color #F710FF: hue angle of 297.99º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F710FF is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 16 | 255 | - |
| CMYK | 0.03 | 0.94 | 0 | 0 |
| HSL | 297.99º | 1% | 0.53% | - |
| HSV(B) | 297.99º | 0.94% | 1% | - |
| XYZ | 56.59 | 27.36 | 96.91 | - |
| YUV | 112.32 | 208.53 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 255 | 0.03 | 0.94 | 0 | 0 | 297.99 | 1 | 0.53 |
| Hex | F7 | 10 | FF | 3 | 5E | 0 | 0 | 12A | 64 | 35 |
| Octal | 367 | 20 | 377 | 3 | 136 | 0 | 0 | 452 | 144 | 65 |
| Binary | 11110111 | 10000 | 11111111 | 11 | 1011110 | 0 | 0 | 100101010 | 1100100 | 110101 |
Color Harmonies of #F710FF
Complementary color
Monochromatic Colors of #F710FF
Black with #F710FF
Text Example
Text Example
White with #F710FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710FF; }
p { color: rgb(247,16,255); }
H1.HeaderClassName
{
color: #F710FF;
}
.AnyTagClassName
{
color: #F710FF;
}
</style>
background-color css
<style>
a { background-color: #F710FF; }
a { background-color: rgb(247,16,255); }
div.DivClassName
{
background-color: #F710FF;
}
.BgClassName
{
background-color: #F710FF;
}
</style>
border-color css
<style>
span { border-color: #F710FF; }
span { border-color: rgb(247,16,255); }
td.TdClassName
{
border-color: #F710FF;
}
.TagClassName
{
border-color: #F710FF;
}
</style>