Shades of Hot Magenta #F706D5
Tints of Hot Magenta #F706D5
RGB
CMYK
RGB Variations
Color information
#F706D5 (or 0xF706D5) is known color: Hot Magenta. HEX triplet: F7, 06 and D5. RGB value is (247,6,213). Sum of RGB (Red+Green+Blue) = 247+6+213=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 6 (2.73% from 255 or 1.29% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F706D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706D5 is #08F92A. Grayscale: #656565. Windows color (decimal): -588075 or 13960951. OLE color: 13960951.
HSL color Cylindrical-coordinate representation of color #F706D5: hue angle of 308.46º 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 #F706D5 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 213 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.03 |
| HSL | 308.46º | 0.95% | 0.5% | - |
| HSV(B) | 308.46º | 0.98% | 0.97% | - |
| XYZ | 50.43 | 24.71 | 65.06 | - |
| YUV | 101.66 | 190.84 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 213 | 0 | 0.98 | 0.14 | 0.03 | 308.46 | 0.95 | 0.5 |
| Hex | F7 | 6 | D5 | 0 | 62 | E | 3 | 134 | 5F | 32 |
| Octal | 367 | 6 | 325 | 0 | 142 | 16 | 3 | 464 | 137 | 62 |
| Binary | 11110111 | 110 | 11010101 | 0 | 1100010 | 1110 | 11 | 100110100 | 1011111 | 110010 |
Color Harmonies of #F706D5
Complementary color
Monochromatic Colors of #F706D5
Black with #F706D5
Text Example
Text Example
White with #F706D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706D5; }
p { color: rgb(247,6,213); }
H1.HeaderClassName
{
color: #F706D5;
}
.AnyTagClassName
{
color: #F706D5;
}
</style>
background-color css
<style>
a { background-color: #F706D5; }
a { background-color: rgb(247,6,213); }
div.DivClassName
{
background-color: #F706D5;
}
.BgClassName
{
background-color: #F706D5;
}
</style>
border-color css
<style>
span { border-color: #F706D5; }
span { border-color: rgb(247,6,213); }
td.TdClassName
{
border-color: #F706D5;
}
.TagClassName
{
border-color: #F706D5;
}
</style>