Shades of Hot Magenta #F706DC
Tints of Hot Magenta #F706DC
RGB
CMYK
RGB Variations
Color information
#F706DC (or 0xF706DC) is known color: Hot Magenta. HEX triplet: F7, 06 and DC. RGB value is (247,6,220). Sum of RGB (Red+Green+Blue) = 247+6+220=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 6 (2.73% from 255 or 1.27% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F706DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706DC is #08F923. Grayscale: #656565. Windows color (decimal): -588068 or 14419703. OLE color: 14419703.
HSL color Cylindrical-coordinate representation of color #F706DC: hue angle of 306.72º 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 #F706DC is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 220 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.03 |
| HSL | 306.72º | 0.95% | 0.5% | - |
| HSV(B) | 306.72º | 0.98% | 0.97% | - |
| XYZ | 51.34 | 25.07 | 69.84 | - |
| YUV | 102.46 | 194.34 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 220 | 0 | 0.98 | 0.11 | 0.03 | 306.72 | 0.95 | 0.5 |
| Hex | F7 | 6 | DC | 0 | 62 | B | 3 | 133 | 5F | 32 |
| Octal | 367 | 6 | 334 | 0 | 142 | 13 | 3 | 463 | 137 | 62 |
| Binary | 11110111 | 110 | 11011100 | 0 | 1100010 | 1011 | 11 | 100110011 | 1011111 | 110010 |
Color Harmonies of #F706DC
Complementary color
Monochromatic Colors of #F706DC
Black with #F706DC
Text Example
Text Example
White with #F706DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706DC; }
p { color: rgb(247,6,220); }
H1.HeaderClassName
{
color: #F706DC;
}
.AnyTagClassName
{
color: #F706DC;
}
</style>
background-color css
<style>
a { background-color: #F706DC; }
a { background-color: rgb(247,6,220); }
div.DivClassName
{
background-color: #F706DC;
}
.BgClassName
{
background-color: #F706DC;
}
</style>
border-color css
<style>
span { border-color: #F706DC; }
span { border-color: rgb(247,6,220); }
td.TdClassName
{
border-color: #F706DC;
}
.TagClassName
{
border-color: #F706DC;
}
</style>