Shades of Hot Magenta #F706C7
Tints of Hot Magenta #F706C7
RGB
CMYK
RGB Variations
Color information
#F706C7 (or 0xF706C7) is known color: Hot Magenta. HEX triplet: F7, 06 and C7. RGB value is (247,6,199). Sum of RGB (Red+Green+Blue) = 247+6+199=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 6 (2.73% from 255 or 1.33% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F706C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706C7 is #08F938. Grayscale: #636363. Windows color (decimal): -588089 or 13043447. OLE color: 13043447.
HSL color Cylindrical-coordinate representation of color #F706C7: hue angle of 311.95º 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 #F706C7 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 199 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.03 |
| HSL | 311.95º | 0.95% | 0.5% | - |
| HSV(B) | 311.95º | 0.98% | 0.97% | - |
| XYZ | 48.73 | 24.03 | 56.1 | - |
| YUV | 100.06 | 183.84 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 199 | 0 | 0.98 | 0.19 | 0.03 | 311.95 | 0.95 | 0.5 |
| Hex | F7 | 6 | C7 | 0 | 62 | 13 | 3 | 138 | 5F | 32 |
| Octal | 367 | 6 | 307 | 0 | 142 | 23 | 3 | 470 | 137 | 62 |
| Binary | 11110111 | 110 | 11000111 | 0 | 1100010 | 10011 | 11 | 100111000 | 1011111 | 110010 |
Color Harmonies of #F706C7
Complementary color
Monochromatic Colors of #F706C7
Black with #F706C7
Text Example
Text Example
White with #F706C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706C7; }
p { color: rgb(247,6,199); }
H1.HeaderClassName
{
color: #F706C7;
}
.AnyTagClassName
{
color: #F706C7;
}
</style>
background-color css
<style>
a { background-color: #F706C7; }
a { background-color: rgb(247,6,199); }
div.DivClassName
{
background-color: #F706C7;
}
.BgClassName
{
background-color: #F706C7;
}
</style>
border-color css
<style>
span { border-color: #F706C7; }
span { border-color: rgb(247,6,199); }
td.TdClassName
{
border-color: #F706C7;
}
.TagClassName
{
border-color: #F706C7;
}
</style>