Shades of Hot Magenta #F708D8
Tints of Hot Magenta #F708D8
RGB
CMYK
RGB Variations
Color information
#F708D8 (or 0xF708D8) is known color: Hot Magenta. HEX triplet: F7, 08 and D8. RGB value is (247,8,216). Sum of RGB (Red+Green+Blue) = 247+8+216=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 8 (3.52% from 255 or 1.70% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F708D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F708D8 is #08F727. Grayscale: #666666. Windows color (decimal): -587560 or 14158071. OLE color: 14158071.
HSL color Cylindrical-coordinate representation of color #F708D8: hue angle of 307.78º 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 #F708D8 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 216 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.03 |
| HSL | 307.78º | 0.94% | 0.5% | - |
| HSV(B) | 307.78º | 0.97% | 0.97% | - |
| XYZ | 50.84 | 24.91 | 67.09 | - |
| YUV | 103.17 | 191.68 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 216 | 0 | 0.97 | 0.13 | 0.03 | 307.78 | 0.94 | 0.5 |
| Hex | F7 | 8 | D8 | 0 | 61 | D | 3 | 134 | 5E | 32 |
| Octal | 367 | 10 | 330 | 0 | 141 | 15 | 3 | 464 | 136 | 62 |
| Binary | 11110111 | 1000 | 11011000 | 0 | 1100001 | 1101 | 11 | 100110100 | 1011110 | 110010 |
Color Harmonies of #F708D8
Complementary color
Monochromatic Colors of #F708D8
Black with #F708D8
Text Example
Text Example
White with #F708D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F708D8; }
p { color: rgb(247,8,216); }
H1.HeaderClassName
{
color: #F708D8;
}
.AnyTagClassName
{
color: #F708D8;
}
</style>
background-color css
<style>
a { background-color: #F708D8; }
a { background-color: rgb(247,8,216); }
div.DivClassName
{
background-color: #F708D8;
}
.BgClassName
{
background-color: #F708D8;
}
</style>
border-color css
<style>
span { border-color: #F708D8; }
span { border-color: rgb(247,8,216); }
td.TdClassName
{
border-color: #F708D8;
}
.TagClassName
{
border-color: #F708D8;
}
</style>