Shades of Hot Magenta #F704C6
Tints of Hot Magenta #F704C6
RGB
CMYK
RGB Variations
Color information
#F704C6 (or 0xF704C6) is known color: Hot Magenta. HEX triplet: F7, 04 and C6. RGB value is (247,4,198). Sum of RGB (Red+Green+Blue) = 247+4+198=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F704C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F704C6 is #08FB39. Grayscale: #626262. Windows color (decimal): -588602 or 12977399. OLE color: 12977399.
HSL color Cylindrical-coordinate representation of color #F704C6: hue angle of 312.1º degrees, saturation: 0.97, 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 #F704C6 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 4 | 198 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.03 |
| HSL | 312.1º | 0.97% | 0.49% | - |
| HSV(B) | 312.1º | 0.98% | 0.97% | - |
| XYZ | 48.59 | 23.94 | 55.49 | - |
| YUV | 98.77 | 184.01 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 4 | 198 | 0 | 0.98 | 0.20 | 0.03 | 312.1 | 0.97 | 0.49 |
| Hex | F7 | 4 | C6 | 0 | 62 | 14 | 3 | 138 | 61 | 31 |
| Octal | 367 | 4 | 306 | 0 | 142 | 24 | 3 | 470 | 141 | 61 |
| Binary | 11110111 | 100 | 11000110 | 0 | 1100010 | 10100 | 11 | 100111000 | 1100001 | 110001 |
Color Harmonies of #F704C6
Complementary color
Monochromatic Colors of #F704C6
Black with #F704C6
Text Example
Text Example
White with #F704C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F704C6; }
p { color: rgb(247,4,198); }
H1.HeaderClassName
{
color: #F704C6;
}
.AnyTagClassName
{
color: #F704C6;
}
</style>
background-color css
<style>
a { background-color: #F704C6; }
a { background-color: rgb(247,4,198); }
div.DivClassName
{
background-color: #F704C6;
}
.BgClassName
{
background-color: #F704C6;
}
</style>
border-color css
<style>
span { border-color: #F704C6; }
span { border-color: rgb(247,4,198); }
td.TdClassName
{
border-color: #F704C6;
}
.TagClassName
{
border-color: #F704C6;
}
</style>