Shades of Hot Magenta #F706E4
Tints of Hot Magenta #F706E4
RGB
CMYK
RGB Variations
Color information
#F706E4 (or 0xF706E4) is known color: Hot Magenta. HEX triplet: F7, 06 and E4. RGB value is (247,6,228). Sum of RGB (Red+Green+Blue) = 247+6+228=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 6 (2.73% from 255 or 1.25% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F706E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706E4 is #08F91B. Grayscale: #666666. Windows color (decimal): -588060 or 14943991. OLE color: 14943991.
HSL color Cylindrical-coordinate representation of color #F706E4: hue angle of 304.73º 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 #F706E4 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 228 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.03 |
| HSL | 304.73º | 0.95% | 0.5% | - |
| HSV(B) | 304.73º | 0.98% | 0.97% | - |
| XYZ | 52.43 | 25.51 | 75.56 | - |
| YUV | 103.37 | 198.34 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 228 | 0 | 0.98 | 0.08 | 0.03 | 304.73 | 0.95 | 0.5 |
| Hex | F7 | 6 | E4 | 0 | 62 | 8 | 3 | 131 | 5F | 32 |
| Octal | 367 | 6 | 344 | 0 | 142 | 10 | 3 | 461 | 137 | 62 |
| Binary | 11110111 | 110 | 11100100 | 0 | 1100010 | 1000 | 11 | 100110001 | 1011111 | 110010 |
Color Harmonies of #F706E4
Complementary color
Monochromatic Colors of #F706E4
Black with #F706E4
Text Example
Text Example
White with #F706E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706E4; }
p { color: rgb(247,6,228); }
H1.HeaderClassName
{
color: #F706E4;
}
.AnyTagClassName
{
color: #F706E4;
}
</style>
background-color css
<style>
a { background-color: #F706E4; }
a { background-color: rgb(247,6,228); }
div.DivClassName
{
background-color: #F706E4;
}
.BgClassName
{
background-color: #F706E4;
}
</style>
border-color css
<style>
span { border-color: #F706E4; }
span { border-color: rgb(247,6,228); }
td.TdClassName
{
border-color: #F706E4;
}
.TagClassName
{
border-color: #F706E4;
}
</style>