Shades of Hot Magenta #F70CDC
Tints of Hot Magenta #F70CDC
RGB
CMYK
RGB Variations
Color information
#F70CDC (or 0xF70CDC) is known color: Hot Magenta. HEX triplet: F7, 0C and DC. RGB value is (247,12,220). Sum of RGB (Red+Green+Blue) = 247+12+220=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 12 (5.08% from 255 or 2.51% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F70CDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70CDC is #08F323. Grayscale: #696969. Windows color (decimal): -586532 or 14421239. OLE color: 14421239.
HSL color Cylindrical-coordinate representation of color #F70CDC: hue angle of 306.89º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70CDC is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 220 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.03 |
| HSL | 306.89º | 0.94% | 0.51% | - |
| HSV(B) | 306.89º | 0.95% | 0.97% | - |
| XYZ | 51.41 | 25.2 | 69.87 | - |
| YUV | 105.98 | 192.36 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 220 | 0 | 0.95 | 0.11 | 0.03 | 306.89 | 0.94 | 0.51 |
| Hex | F7 | C | DC | 0 | 5F | B | 3 | 133 | 5E | 33 |
| Octal | 367 | 14 | 334 | 0 | 137 | 13 | 3 | 463 | 136 | 63 |
| Binary | 11110111 | 1100 | 11011100 | 0 | 1011111 | 1011 | 11 | 100110011 | 1011110 | 110011 |
Color Harmonies of #F70CDC
Complementary color
Monochromatic Colors of #F70CDC
Black with #F70CDC
Text Example
Text Example
White with #F70CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70CDC; }
p { color: rgb(247,12,220); }
H1.HeaderClassName
{
color: #F70CDC;
}
.AnyTagClassName
{
color: #F70CDC;
}
</style>
background-color css
<style>
a { background-color: #F70CDC; }
a { background-color: rgb(247,12,220); }
div.DivClassName
{
background-color: #F70CDC;
}
.BgClassName
{
background-color: #F70CDC;
}
</style>
border-color css
<style>
span { border-color: #F70CDC; }
span { border-color: rgb(247,12,220); }
td.TdClassName
{
border-color: #F70CDC;
}
.TagClassName
{
border-color: #F70CDC;
}
</style>