Shades of Hot Magenta #F710D2
Tints of Hot Magenta #F710D2
RGB
CMYK
RGB Variations
Color information
#F710D2 (or 0xF710D2) is known color: Hot Magenta. HEX triplet: F7, 10 and D2. RGB value is (247,16,210). Sum of RGB (Red+Green+Blue) = 247+16+210=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F710D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F710D2 is #08EF2D. Grayscale: #6A6A6A. Windows color (decimal): -585518 or 13766903. OLE color: 13766903.
HSL color Cylindrical-coordinate representation of color #F710D2: hue angle of 309.61º 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 #F710D2 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 210 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.03 |
| HSL | 309.61º | 0.94% | 0.52% | - |
| HSV(B) | 309.61º | 0.94% | 0.97% | - |
| XYZ | 50.18 | 24.8 | 63.11 | - |
| YUV | 107.19 | 186.03 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 210 | 0 | 0.94 | 0.15 | 0.03 | 309.61 | 0.94 | 0.52 |
| Hex | F7 | 10 | D2 | 0 | 5E | F | 3 | 136 | 5E | 34 |
| Octal | 367 | 20 | 322 | 0 | 136 | 17 | 3 | 466 | 136 | 64 |
| Binary | 11110111 | 10000 | 11010010 | 0 | 1011110 | 1111 | 11 | 100110110 | 1011110 | 110100 |
Color Harmonies of #F710D2
Complementary color
Monochromatic Colors of #F710D2
Black with #F710D2
Text Example
Text Example
White with #F710D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710D2; }
p { color: rgb(247,16,210); }
H1.HeaderClassName
{
color: #F710D2;
}
.AnyTagClassName
{
color: #F710D2;
}
</style>
background-color css
<style>
a { background-color: #F710D2; }
a { background-color: rgb(247,16,210); }
div.DivClassName
{
background-color: #F710D2;
}
.BgClassName
{
background-color: #F710D2;
}
</style>
border-color css
<style>
span { border-color: #F710D2; }
span { border-color: rgb(247,16,210); }
td.TdClassName
{
border-color: #F710D2;
}
.TagClassName
{
border-color: #F710D2;
}
</style>