Shades of Hot Magenta #F706D0
Tints of Hot Magenta #F706D0
RGB
CMYK
RGB Variations
Color information
#F706D0 (or 0xF706D0) is known color: Hot Magenta. HEX triplet: F7, 06 and D0. RGB value is (247,6,208). Sum of RGB (Red+Green+Blue) = 247+6+208=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 6 (2.73% from 255 or 1.30% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F706D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706D0 is #08F92F. Grayscale: #646464. Windows color (decimal): -588080 or 13633271. OLE color: 13633271.
HSL color Cylindrical-coordinate representation of color #F706D0: hue angle of 309.71º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F706D0 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 208 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.03 |
| HSL | 309.71º | 0.95% | 0.5% | - |
| HSV(B) | 309.71º | 0.98% | 0.97% | - |
| XYZ | 49.81 | 24.46 | 61.77 | - |
| YUV | 101.09 | 188.34 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 208 | 0 | 0.98 | 0.16 | 0.03 | 309.71 | 0.95 | 0.5 |
| Hex | F7 | 6 | D0 | 0 | 62 | 10 | 3 | 136 | 5F | 32 |
| Octal | 367 | 6 | 320 | 0 | 142 | 20 | 3 | 466 | 137 | 62 |
| Binary | 11110111 | 110 | 11010000 | 0 | 1100010 | 10000 | 11 | 100110110 | 1011111 | 110010 |
Color Harmonies of #F706D0
Complementary color
Monochromatic Colors of #F706D0
Black with #F706D0
Text Example
Text Example
White with #F706D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706D0; }
p { color: rgb(247,6,208); }
H1.HeaderClassName
{
color: #F706D0;
}
.AnyTagClassName
{
color: #F706D0;
}
</style>
background-color css
<style>
a { background-color: #F706D0; }
a { background-color: rgb(247,6,208); }
div.DivClassName
{
background-color: #F706D0;
}
.BgClassName
{
background-color: #F706D0;
}
</style>
border-color css
<style>
span { border-color: #F706D0; }
span { border-color: rgb(247,6,208); }
td.TdClassName
{
border-color: #F706D0;
}
.TagClassName
{
border-color: #F706D0;
}
</style>