Shades of Hot Magenta #F706DE
Tints of Hot Magenta #F706DE
RGB
CMYK
RGB Variations
Color information
#F706DE (or 0xF706DE) is known color: Hot Magenta. HEX triplet: F7, 06 and DE. RGB value is (247,6,222). Sum of RGB (Red+Green+Blue) = 247+6+222=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 6 (2.73% from 255 or 1.26% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F706DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706DE is #08F921. Grayscale: #666666. Windows color (decimal): -588066 or 14550775. OLE color: 14550775.
HSL color Cylindrical-coordinate representation of color #F706DE: hue angle of 306.22º 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 #F706DE is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 222 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.03 |
| HSL | 306.22º | 0.95% | 0.5% | - |
| HSV(B) | 306.22º | 0.98% | 0.97% | - |
| XYZ | 51.61 | 25.18 | 71.25 | - |
| YUV | 102.68 | 195.34 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 222 | 0 | 0.98 | 0.10 | 0.03 | 306.22 | 0.95 | 0.5 |
| Hex | F7 | 6 | DE | 0 | 62 | A | 3 | 132 | 5F | 32 |
| Octal | 367 | 6 | 336 | 0 | 142 | 12 | 3 | 462 | 137 | 62 |
| Binary | 11110111 | 110 | 11011110 | 0 | 1100010 | 1010 | 11 | 100110010 | 1011111 | 110010 |
Color Harmonies of #F706DE
Complementary color
Monochromatic Colors of #F706DE
Black with #F706DE
Text Example
Text Example
White with #F706DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706DE; }
p { color: rgb(247,6,222); }
H1.HeaderClassName
{
color: #F706DE;
}
.AnyTagClassName
{
color: #F706DE;
}
</style>
background-color css
<style>
a { background-color: #F706DE; }
a { background-color: rgb(247,6,222); }
div.DivClassName
{
background-color: #F706DE;
}
.BgClassName
{
background-color: #F706DE;
}
</style>
border-color css
<style>
span { border-color: #F706DE; }
span { border-color: rgb(247,6,222); }
td.TdClassName
{
border-color: #F706DE;
}
.TagClassName
{
border-color: #F706DE;
}
</style>