Shades of Hot Magenta #F706CF
Tints of Hot Magenta #F706CF
RGB
CMYK
RGB Variations
Color information
#F706CF (or 0xF706CF) is known color: Hot Magenta. HEX triplet: F7, 06 and CF. RGB value is (247,6,207). Sum of RGB (Red+Green+Blue) = 247+6+207=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 6 (2.73% from 255 or 1.30% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F706CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706CF is #08F930. Grayscale: #646464. Windows color (decimal): -588081 or 13567735. OLE color: 13567735.
HSL color Cylindrical-coordinate representation of color #F706CF: hue angle of 309.96º 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 #F706CF is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 207 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.03 |
| HSL | 309.96º | 0.95% | 0.5% | - |
| HSV(B) | 309.96º | 0.98% | 0.97% | - |
| XYZ | 49.69 | 24.41 | 61.12 | - |
| YUV | 100.97 | 187.84 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 207 | 0 | 0.98 | 0.16 | 0.03 | 309.96 | 0.95 | 0.5 |
| Hex | F7 | 6 | CF | 0 | 62 | 10 | 3 | 136 | 5F | 32 |
| Octal | 367 | 6 | 317 | 0 | 142 | 20 | 3 | 466 | 137 | 62 |
| Binary | 11110111 | 110 | 11001111 | 0 | 1100010 | 10000 | 11 | 100110110 | 1011111 | 110010 |
Color Harmonies of #F706CF
Complementary color
Monochromatic Colors of #F706CF
Black with #F706CF
Text Example
Text Example
White with #F706CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706CF; }
p { color: rgb(247,6,207); }
H1.HeaderClassName
{
color: #F706CF;
}
.AnyTagClassName
{
color: #F706CF;
}
</style>
background-color css
<style>
a { background-color: #F706CF; }
a { background-color: rgb(247,6,207); }
div.DivClassName
{
background-color: #F706CF;
}
.BgClassName
{
background-color: #F706CF;
}
</style>
border-color css
<style>
span { border-color: #F706CF; }
span { border-color: rgb(247,6,207); }
td.TdClassName
{
border-color: #F706CF;
}
.TagClassName
{
border-color: #F706CF;
}
</style>