Shades of Magenta #F710F0
Tints of Magenta #F710F0
RGB
CMYK
RGB Variations
Color information
#F710F0 (or 0xF710F0) is known color: Magenta. HEX triplet: F7, 10 and F0. RGB value is (247,16,240). Sum of RGB (Red+Green+Blue) = 247+16+240=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 16 (6.64% from 255 or 3.18% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F710F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F710F0 is #08EF0F. Grayscale: #6D6D6D. Windows color (decimal): -585488 or 15732983. OLE color: 15732983.
HSL color Cylindrical-coordinate representation of color #F710F0: hue angle of 301.82º 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 #F710F0 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 240 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.03 |
| HSL | 301.82º | 0.94% | 0.52% | - |
| HSV(B) | 301.82º | 0.94% | 0.97% | - |
| XYZ | 54.27 | 26.44 | 84.68 | - |
| YUV | 110.61 | 201.03 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 240 | 0 | 0.94 | 0.03 | 0.03 | 301.82 | 0.94 | 0.52 |
| Hex | F7 | 10 | F0 | 0 | 5E | 3 | 3 | 12E | 5E | 34 |
| Octal | 367 | 20 | 360 | 0 | 136 | 3 | 3 | 456 | 136 | 64 |
| Binary | 11110111 | 10000 | 11110000 | 0 | 1011110 | 11 | 11 | 100101110 | 1011110 | 110100 |
Color Harmonies of #F710F0
Complementary color
Monochromatic Colors of #F710F0
Black with #F710F0
Text Example
Text Example
White with #F710F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710F0; }
p { color: rgb(247,16,240); }
H1.HeaderClassName
{
color: #F710F0;
}
.AnyTagClassName
{
color: #F710F0;
}
</style>
background-color css
<style>
a { background-color: #F710F0; }
a { background-color: rgb(247,16,240); }
div.DivClassName
{
background-color: #F710F0;
}
.BgClassName
{
background-color: #F710F0;
}
</style>
border-color css
<style>
span { border-color: #F710F0; }
span { border-color: rgb(247,16,240); }
td.TdClassName
{
border-color: #F710F0;
}
.TagClassName
{
border-color: #F710F0;
}
</style>