Shades of Hot Magenta #F708D1
Tints of Hot Magenta #F708D1
RGB
CMYK
RGB Variations
Color information
#F708D1 (or 0xF708D1) is known color: Hot Magenta. HEX triplet: F7, 08 and D1. RGB value is (247,8,209). Sum of RGB (Red+Green+Blue) = 247+8+209=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 8 (3.52% from 255 or 1.72% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F708D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F708D1 is #08F72E. Grayscale: #656565. Windows color (decimal): -587567 or 13699319. OLE color: 13699319.
HSL color Cylindrical-coordinate representation of color #F708D1: hue angle of 309.54º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F708D1 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 209 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.03 |
| HSL | 309.54º | 0.94% | 0.5% | - |
| HSV(B) | 309.54º | 0.97% | 0.97% | - |
| XYZ | 49.95 | 24.55 | 62.43 | - |
| YUV | 102.38 | 188.18 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 209 | 0 | 0.97 | 0.15 | 0.03 | 309.54 | 0.94 | 0.5 |
| Hex | F7 | 8 | D1 | 0 | 61 | F | 3 | 136 | 5E | 32 |
| Octal | 367 | 10 | 321 | 0 | 141 | 17 | 3 | 466 | 136 | 62 |
| Binary | 11110111 | 1000 | 11010001 | 0 | 1100001 | 1111 | 11 | 100110110 | 1011110 | 110010 |
Color Harmonies of #F708D1
Complementary color
Monochromatic Colors of #F708D1
Black with #F708D1
Text Example
Text Example
White with #F708D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F708D1; }
p { color: rgb(247,8,209); }
H1.HeaderClassName
{
color: #F708D1;
}
.AnyTagClassName
{
color: #F708D1;
}
</style>
background-color css
<style>
a { background-color: #F708D1; }
a { background-color: rgb(247,8,209); }
div.DivClassName
{
background-color: #F708D1;
}
.BgClassName
{
background-color: #F708D1;
}
</style>
border-color css
<style>
span { border-color: #F708D1; }
span { border-color: rgb(247,8,209); }
td.TdClassName
{
border-color: #F708D1;
}
.TagClassName
{
border-color: #F708D1;
}
</style>