Shades of Hot Magenta #F706DD
Tints of Hot Magenta #F706DD
RGB
CMYK
RGB Variations
Color information
#F706DD (or 0xF706DD) is known color: Hot Magenta. HEX triplet: F7, 06 and DD. RGB value is (247,6,221). Sum of RGB (Red+Green+Blue) = 247+6+221=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 6 (2.73% from 255 or 1.27% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F706DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706DD is #08F922. Grayscale: #656565. Windows color (decimal): -588067 or 14485239. OLE color: 14485239.
HSL color Cylindrical-coordinate representation of color #F706DD: hue angle of 306.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 #F706DD is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 221 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.03 |
| HSL | 306.47º | 0.95% | 0.5% | - |
| HSV(B) | 306.47º | 0.98% | 0.97% | - |
| XYZ | 51.47 | 25.12 | 70.54 | - |
| YUV | 102.57 | 194.84 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 221 | 0 | 0.98 | 0.11 | 0.03 | 306.47 | 0.95 | 0.5 |
| Hex | F7 | 6 | DD | 0 | 62 | B | 3 | 132 | 5F | 32 |
| Octal | 367 | 6 | 335 | 0 | 142 | 13 | 3 | 462 | 137 | 62 |
| Binary | 11110111 | 110 | 11011101 | 0 | 1100010 | 1011 | 11 | 100110010 | 1011111 | 110010 |
Color Harmonies of #F706DD
Complementary color
Monochromatic Colors of #F706DD
Black with #F706DD
Text Example
Text Example
White with #F706DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706DD; }
p { color: rgb(247,6,221); }
H1.HeaderClassName
{
color: #F706DD;
}
.AnyTagClassName
{
color: #F706DD;
}
</style>
background-color css
<style>
a { background-color: #F706DD; }
a { background-color: rgb(247,6,221); }
div.DivClassName
{
background-color: #F706DD;
}
.BgClassName
{
background-color: #F706DD;
}
</style>
border-color css
<style>
span { border-color: #F706DD; }
span { border-color: rgb(247,6,221); }
td.TdClassName
{
border-color: #F706DD;
}
.TagClassName
{
border-color: #F706DD;
}
</style>