Shades of Hot Magenta #F705C8
Tints of Hot Magenta #F705C8
RGB
CMYK
RGB Variations
Color information
#F705C8 (or 0xF705C8) is known color: Hot Magenta. HEX triplet: F7, 05 and C8. RGB value is (247,5,200). Sum of RGB (Red+Green+Blue) = 247+5+200=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F705C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F705C8 is #08FA37. Grayscale: #636363. Windows color (decimal): -588344 or 13108727. OLE color: 13108727.
HSL color Cylindrical-coordinate representation of color #F705C8: hue angle of 311.65º 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 #F705C8 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 200 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.03 |
| HSL | 311.65º | 0.96% | 0.49% | - |
| HSV(B) | 311.65º | 0.98% | 0.97% | - |
| XYZ | 48.84 | 24.05 | 56.71 | - |
| YUV | 99.59 | 184.67 | 233.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 200 | 0 | 0.98 | 0.19 | 0.03 | 311.65 | 0.96 | 0.49 |
| Hex | F7 | 5 | C8 | 0 | 62 | 13 | 3 | 138 | 60 | 31 |
| Octal | 367 | 5 | 310 | 0 | 142 | 23 | 3 | 470 | 140 | 61 |
| Binary | 11110111 | 101 | 11001000 | 0 | 1100010 | 10011 | 11 | 100111000 | 1100000 | 110001 |
Color Harmonies of #F705C8
Complementary color
Monochromatic Colors of #F705C8
Black with #F705C8
Text Example
Text Example
White with #F705C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F705C8; }
p { color: rgb(247,5,200); }
H1.HeaderClassName
{
color: #F705C8;
}
.AnyTagClassName
{
color: #F705C8;
}
</style>
background-color css
<style>
a { background-color: #F705C8; }
a { background-color: rgb(247,5,200); }
div.DivClassName
{
background-color: #F705C8;
}
.BgClassName
{
background-color: #F705C8;
}
</style>
border-color css
<style>
span { border-color: #F705C8; }
span { border-color: rgb(247,5,200); }
td.TdClassName
{
border-color: #F705C8;
}
.TagClassName
{
border-color: #F705C8;
}
</style>