Shades of Hot Magenta #F705D6
Tints of Hot Magenta #F705D6
RGB
CMYK
RGB Variations
Color information
#F705D6 (or 0xF705D6) is known color: Hot Magenta. HEX triplet: F7, 05 and D6. RGB value is (247,5,214). Sum of RGB (Red+Green+Blue) = 247+5+214=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 5 (2.34% from 255 or 1.07% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F705D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F705D6 is #08FA29. Grayscale: #646464. Windows color (decimal): -588330 or 14026231. OLE color: 14026231.
HSL color Cylindrical-coordinate representation of color #F705D6: hue angle of 308.18º 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 #F705D6 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 214 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.03 |
| HSL | 308.18º | 0.96% | 0.49% | - |
| HSV(B) | 308.18º | 0.98% | 0.97% | - |
| XYZ | 50.55 | 24.74 | 65.73 | - |
| YUV | 101.18 | 191.67 | 232.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 214 | 0 | 0.98 | 0.13 | 0.03 | 308.18 | 0.96 | 0.49 |
| Hex | F7 | 5 | D6 | 0 | 62 | D | 3 | 134 | 60 | 31 |
| Octal | 367 | 5 | 326 | 0 | 142 | 15 | 3 | 464 | 140 | 61 |
| Binary | 11110111 | 101 | 11010110 | 0 | 1100010 | 1101 | 11 | 100110100 | 1100000 | 110001 |
Color Harmonies of #F705D6
Complementary color
Monochromatic Colors of #F705D6
Black with #F705D6
Text Example
Text Example
White with #F705D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F705D6; }
p { color: rgb(247,5,214); }
H1.HeaderClassName
{
color: #F705D6;
}
.AnyTagClassName
{
color: #F705D6;
}
</style>
background-color css
<style>
a { background-color: #F705D6; }
a { background-color: rgb(247,5,214); }
div.DivClassName
{
background-color: #F705D6;
}
.BgClassName
{
background-color: #F705D6;
}
</style>
border-color css
<style>
span { border-color: #F705D6; }
span { border-color: rgb(247,5,214); }
td.TdClassName
{
border-color: #F705D6;
}
.TagClassName
{
border-color: #F705D6;
}
</style>