Shades of Hot Magenta #F70AD4
Tints of Hot Magenta #F70AD4
RGB
CMYK
RGB Variations
Color information
#F70AD4 (or 0xF70AD4) is known color: Hot Magenta. HEX triplet: F7, 0A and D4. RGB value is (247,10,212). Sum of RGB (Red+Green+Blue) = 247+10+212=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 10 (4.30% from 255 or 2.13% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F70AD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70AD4 is #08F52B. Grayscale: #676767. Windows color (decimal): -587052 or 13896439. OLE color: 13896439.
HSL color Cylindrical-coordinate representation of color #F70AD4: hue angle of 308.86º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70AD4 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 212 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.03 |
| HSL | 308.86º | 0.94% | 0.5% | - |
| HSV(B) | 308.86º | 0.96% | 0.97% | - |
| XYZ | 50.35 | 24.74 | 64.41 | - |
| YUV | 103.89 | 189.02 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 212 | 0 | 0.96 | 0.14 | 0.03 | 308.86 | 0.94 | 0.5 |
| Hex | F7 | A | D4 | 0 | 60 | E | 3 | 135 | 5E | 32 |
| Octal | 367 | 12 | 324 | 0 | 140 | 16 | 3 | 465 | 136 | 62 |
| Binary | 11110111 | 1010 | 11010100 | 0 | 1100000 | 1110 | 11 | 100110101 | 1011110 | 110010 |
Color Harmonies of #F70AD4
Complementary color
Monochromatic Colors of #F70AD4
Black with #F70AD4
Text Example
Text Example
White with #F70AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70AD4; }
p { color: rgb(247,10,212); }
H1.HeaderClassName
{
color: #F70AD4;
}
.AnyTagClassName
{
color: #F70AD4;
}
</style>
background-color css
<style>
a { background-color: #F70AD4; }
a { background-color: rgb(247,10,212); }
div.DivClassName
{
background-color: #F70AD4;
}
.BgClassName
{
background-color: #F70AD4;
}
</style>
border-color css
<style>
span { border-color: #F70AD4; }
span { border-color: rgb(247,10,212); }
td.TdClassName
{
border-color: #F70AD4;
}
.TagClassName
{
border-color: #F70AD4;
}
</style>