Shades of Hot Magenta #F704D4
Tints of Hot Magenta #F704D4
RGB
CMYK
RGB Variations
Color information
#F704D4 (or 0xF704D4) is known color: Hot Magenta. HEX triplet: F7, 04 and D4. RGB value is (247,4,212). Sum of RGB (Red+Green+Blue) = 247+4+212=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 4 (1.95% from 255 or 0.86% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F704D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F704D4 is #08FB2B. Grayscale: #636363. Windows color (decimal): -588588 or 13894903. OLE color: 13894903.
HSL color Cylindrical-coordinate representation of color #F704D4: hue angle of 308.64º 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 #F704D4 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 4 | 212 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.03 |
| HSL | 308.64º | 0.97% | 0.49% | - |
| HSV(B) | 308.64º | 0.98% | 0.97% | - |
| XYZ | 50.28 | 24.61 | 64.39 | - |
| YUV | 100.37 | 191.01 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 4 | 212 | 0 | 0.98 | 0.14 | 0.03 | 308.64 | 0.97 | 0.49 |
| Hex | F7 | 4 | D4 | 0 | 62 | E | 3 | 135 | 61 | 31 |
| Octal | 367 | 4 | 324 | 0 | 142 | 16 | 3 | 465 | 141 | 61 |
| Binary | 11110111 | 100 | 11010100 | 0 | 1100010 | 1110 | 11 | 100110101 | 1100001 | 110001 |
Color Harmonies of #F704D4
Complementary color
Monochromatic Colors of #F704D4
Black with #F704D4
Text Example
Text Example
White with #F704D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F704D4; }
p { color: rgb(247,4,212); }
H1.HeaderClassName
{
color: #F704D4;
}
.AnyTagClassName
{
color: #F704D4;
}
</style>
background-color css
<style>
a { background-color: #F704D4; }
a { background-color: rgb(247,4,212); }
div.DivClassName
{
background-color: #F704D4;
}
.BgClassName
{
background-color: #F704D4;
}
</style>
border-color css
<style>
span { border-color: #F704D4; }
span { border-color: rgb(247,4,212); }
td.TdClassName
{
border-color: #F704D4;
}
.TagClassName
{
border-color: #F704D4;
}
</style>