Shades of Hot Magenta #F70ACD
Tints of Hot Magenta #F70ACD
RGB
CMYK
RGB Variations
Color information
#F70ACD (or 0xF70ACD) is known color: Hot Magenta. HEX triplet: F7, 0A and CD. RGB value is (247,10,205). Sum of RGB (Red+Green+Blue) = 247+10+205=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 10 (4.30% from 255 or 2.16% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F70ACD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70ACD is #08F532. Grayscale: #666666. Windows color (decimal): -587059 or 13437687. OLE color: 13437687.
HSL color Cylindrical-coordinate representation of color #F70ACD: hue angle of 310.63º 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 #F70ACD is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 205 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.03 |
| HSL | 310.63º | 0.94% | 0.5% | - |
| HSV(B) | 310.63º | 0.96% | 0.97% | - |
| XYZ | 49.49 | 24.4 | 59.86 | - |
| YUV | 103.09 | 185.52 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 205 | 0 | 0.96 | 0.17 | 0.03 | 310.63 | 0.94 | 0.5 |
| Hex | F7 | A | CD | 0 | 60 | 11 | 3 | 137 | 5E | 32 |
| Octal | 367 | 12 | 315 | 0 | 140 | 21 | 3 | 467 | 136 | 62 |
| Binary | 11110111 | 1010 | 11001101 | 0 | 1100000 | 10001 | 11 | 100110111 | 1011110 | 110010 |
Color Harmonies of #F70ACD
Complementary color
Monochromatic Colors of #F70ACD
Black with #F70ACD
Text Example
Text Example
White with #F70ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70ACD; }
p { color: rgb(247,10,205); }
H1.HeaderClassName
{
color: #F70ACD;
}
.AnyTagClassName
{
color: #F70ACD;
}
</style>
background-color css
<style>
a { background-color: #F70ACD; }
a { background-color: rgb(247,10,205); }
div.DivClassName
{
background-color: #F70ACD;
}
.BgClassName
{
background-color: #F70ACD;
}
</style>
border-color css
<style>
span { border-color: #F70ACD; }
span { border-color: rgb(247,10,205); }
td.TdClassName
{
border-color: #F70ACD;
}
.TagClassName
{
border-color: #F70ACD;
}
</style>