Shades of Hot Magenta #F708D2
Tints of Hot Magenta #F708D2
RGB
CMYK
RGB Variations
Color information
#F708D2 (or 0xF708D2) is known color: Hot Magenta. HEX triplet: F7, 08 and D2. RGB value is (247,8,210). Sum of RGB (Red+Green+Blue) = 247+8+210=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 8 (3.52% from 255 or 1.72% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F708D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F708D2 is #08F72D. Grayscale: #656565. Windows color (decimal): -587566 or 13764855. OLE color: 13764855.
HSL color Cylindrical-coordinate representation of color #F708D2: hue angle of 309.29º 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 #F708D2 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 210 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.03 |
| HSL | 309.29º | 0.94% | 0.5% | - |
| HSV(B) | 309.29º | 0.97% | 0.97% | - |
| XYZ | 50.08 | 24.6 | 63.08 | - |
| YUV | 102.49 | 188.68 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 210 | 0 | 0.97 | 0.15 | 0.03 | 309.29 | 0.94 | 0.5 |
| Hex | F7 | 8 | D2 | 0 | 61 | F | 3 | 135 | 5E | 32 |
| Octal | 367 | 10 | 322 | 0 | 141 | 17 | 3 | 465 | 136 | 62 |
| Binary | 11110111 | 1000 | 11010010 | 0 | 1100001 | 1111 | 11 | 100110101 | 1011110 | 110010 |
Color Harmonies of #F708D2
Complementary color
Monochromatic Colors of #F708D2
Black with #F708D2
Text Example
Text Example
White with #F708D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F708D2; }
p { color: rgb(247,8,210); }
H1.HeaderClassName
{
color: #F708D2;
}
.AnyTagClassName
{
color: #F708D2;
}
</style>
background-color css
<style>
a { background-color: #F708D2; }
a { background-color: rgb(247,8,210); }
div.DivClassName
{
background-color: #F708D2;
}
.BgClassName
{
background-color: #F708D2;
}
</style>
border-color css
<style>
span { border-color: #F708D2; }
span { border-color: rgb(247,8,210); }
td.TdClassName
{
border-color: #F708D2;
}
.TagClassName
{
border-color: #F708D2;
}
</style>