Shades of Hot Magenta #F706D4
Tints of Hot Magenta #F706D4
RGB
CMYK
RGB Variations
Color information
#F706D4 (or 0xF706D4) is known color: Hot Magenta. HEX triplet: F7, 06 and D4. RGB value is (247,6,212). Sum of RGB (Red+Green+Blue) = 247+6+212=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 6 (2.73% from 255 or 1.29% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F706D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706D4 is #08F92B. Grayscale: #646464. Windows color (decimal): -588076 or 13895415. OLE color: 13895415.
HSL color Cylindrical-coordinate representation of color #F706D4: hue angle of 308.71º 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 #F706D4 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 212 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.03 |
| HSL | 308.71º | 0.95% | 0.5% | - |
| HSV(B) | 308.71º | 0.98% | 0.97% | - |
| XYZ | 50.31 | 24.66 | 64.4 | - |
| YUV | 101.54 | 190.34 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 212 | 0 | 0.98 | 0.14 | 0.03 | 308.71 | 0.95 | 0.5 |
| Hex | F7 | 6 | D4 | 0 | 62 | E | 3 | 135 | 5F | 32 |
| Octal | 367 | 6 | 324 | 0 | 142 | 16 | 3 | 465 | 137 | 62 |
| Binary | 11110111 | 110 | 11010100 | 0 | 1100010 | 1110 | 11 | 100110101 | 1011111 | 110010 |
Color Harmonies of #F706D4
Complementary color
Monochromatic Colors of #F706D4
Black with #F706D4
Text Example
Text Example
White with #F706D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706D4; }
p { color: rgb(247,6,212); }
H1.HeaderClassName
{
color: #F706D4;
}
.AnyTagClassName
{
color: #F706D4;
}
</style>
background-color css
<style>
a { background-color: #F706D4; }
a { background-color: rgb(247,6,212); }
div.DivClassName
{
background-color: #F706D4;
}
.BgClassName
{
background-color: #F706D4;
}
</style>
border-color css
<style>
span { border-color: #F706D4; }
span { border-color: rgb(247,6,212); }
td.TdClassName
{
border-color: #F706D4;
}
.TagClassName
{
border-color: #F706D4;
}
</style>