Shades of Hot Magenta #F706D9
Tints of Hot Magenta #F706D9
RGB
CMYK
RGB Variations
Color information
#F706D9 (or 0xF706D9) is known color: Hot Magenta. HEX triplet: F7, 06 and D9. RGB value is (247,6,217). Sum of RGB (Red+Green+Blue) = 247+6+217=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 6 (2.73% from 255 or 1.28% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F706D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706D9 is #08F926. Grayscale: #656565. Windows color (decimal): -588071 or 14223095. OLE color: 14223095.
HSL color Cylindrical-coordinate representation of color #F706D9: hue angle of 307.47º 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 #F706D9 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 217 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.03 |
| HSL | 307.47º | 0.95% | 0.5% | - |
| HSV(B) | 307.47º | 0.98% | 0.97% | - |
| XYZ | 50.95 | 24.91 | 67.77 | - |
| YUV | 102.11 | 192.84 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 217 | 0 | 0.98 | 0.12 | 0.03 | 307.47 | 0.95 | 0.5 |
| Hex | F7 | 6 | D9 | 0 | 62 | C | 3 | 133 | 5F | 32 |
| Octal | 367 | 6 | 331 | 0 | 142 | 14 | 3 | 463 | 137 | 62 |
| Binary | 11110111 | 110 | 11011001 | 0 | 1100010 | 1100 | 11 | 100110011 | 1011111 | 110010 |
Color Harmonies of #F706D9
Complementary color
Monochromatic Colors of #F706D9
Black with #F706D9
Text Example
Text Example
White with #F706D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706D9; }
p { color: rgb(247,6,217); }
H1.HeaderClassName
{
color: #F706D9;
}
.AnyTagClassName
{
color: #F706D9;
}
</style>
background-color css
<style>
a { background-color: #F706D9; }
a { background-color: rgb(247,6,217); }
div.DivClassName
{
background-color: #F706D9;
}
.BgClassName
{
background-color: #F706D9;
}
</style>
border-color css
<style>
span { border-color: #F706D9; }
span { border-color: rgb(247,6,217); }
td.TdClassName
{
border-color: #F706D9;
}
.TagClassName
{
border-color: #F706D9;
}
</style>