Shades of Hot Magenta #F705C6
Tints of Hot Magenta #F705C6
RGB
CMYK
RGB Variations
Color information
#F705C6 (or 0xF705C6) is known color: Hot Magenta. HEX triplet: F7, 05 and C6. RGB value is (247,5,198). Sum of RGB (Red+Green+Blue) = 247+5+198=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 5 (2.34% from 255 or 1.11% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F705C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F705C6 is #08FA39. Grayscale: #626262. Windows color (decimal): -588346 or 12977655. OLE color: 12977655.
HSL color Cylindrical-coordinate representation of color #F705C6: hue angle of 312.15º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F705C6 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 198 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.03 |
| HSL | 312.15º | 0.96% | 0.49% | - |
| HSV(B) | 312.15º | 0.98% | 0.97% | - |
| XYZ | 48.61 | 23.96 | 55.49 | - |
| YUV | 99.36 | 183.67 | 233.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 198 | 0 | 0.98 | 0.20 | 0.03 | 312.15 | 0.96 | 0.49 |
| Hex | F7 | 5 | C6 | 0 | 62 | 14 | 3 | 138 | 60 | 31 |
| Octal | 367 | 5 | 306 | 0 | 142 | 24 | 3 | 470 | 140 | 61 |
| Binary | 11110111 | 101 | 11000110 | 0 | 1100010 | 10100 | 11 | 100111000 | 1100000 | 110001 |
Color Harmonies of #F705C6
Complementary color
Monochromatic Colors of #F705C6
Black with #F705C6
Text Example
Text Example
White with #F705C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F705C6; }
p { color: rgb(247,5,198); }
H1.HeaderClassName
{
color: #F705C6;
}
.AnyTagClassName
{
color: #F705C6;
}
</style>
background-color css
<style>
a { background-color: #F705C6; }
a { background-color: rgb(247,5,198); }
div.DivClassName
{
background-color: #F705C6;
}
.BgClassName
{
background-color: #F705C6;
}
</style>
border-color css
<style>
span { border-color: #F705C6; }
span { border-color: rgb(247,5,198); }
td.TdClassName
{
border-color: #F705C6;
}
.TagClassName
{
border-color: #F705C6;
}
</style>