Shades of Hot Magenta #F70FDC
Tints of Hot Magenta #F70FDC
RGB
CMYK
RGB Variations
Color information
#F70FDC (or 0xF70FDC) is known color: Hot Magenta. HEX triplet: F7, 0F and DC. RGB value is (247,15,220). Sum of RGB (Red+Green+Blue) = 247+15+220=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 15 (6.25% from 255 or 3.11% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70FDC is #08F023. Grayscale: #6B6B6B. Windows color (decimal): -585764 or 14422007. OLE color: 14422007.
HSL color Cylindrical-coordinate representation of color #F70FDC: hue angle of 306.98º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70FDC is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 220 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.03 |
| HSL | 306.98º | 0.94% | 0.51% | - |
| HSV(B) | 306.98º | 0.94% | 0.97% | - |
| XYZ | 51.45 | 25.28 | 69.88 | - |
| YUV | 107.74 | 191.36 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 220 | 0 | 0.94 | 0.11 | 0.03 | 306.98 | 0.94 | 0.51 |
| Hex | F7 | F | DC | 0 | 5E | B | 3 | 133 | 5E | 33 |
| Octal | 367 | 17 | 334 | 0 | 136 | 13 | 3 | 463 | 136 | 63 |
| Binary | 11110111 | 1111 | 11011100 | 0 | 1011110 | 1011 | 11 | 100110011 | 1011110 | 110011 |
Color Harmonies of #F70FDC
Complementary color
Monochromatic Colors of #F70FDC
Black with #F70FDC
Text Example
Text Example
White with #F70FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70FDC; }
p { color: rgb(247,15,220); }
H1.HeaderClassName
{
color: #F70FDC;
}
.AnyTagClassName
{
color: #F70FDC;
}
</style>
background-color css
<style>
a { background-color: #F70FDC; }
a { background-color: rgb(247,15,220); }
div.DivClassName
{
background-color: #F70FDC;
}
.BgClassName
{
background-color: #F70FDC;
}
</style>
border-color css
<style>
span { border-color: #F70FDC; }
span { border-color: rgb(247,15,220); }
td.TdClassName
{
border-color: #F70FDC;
}
.TagClassName
{
border-color: #F70FDC;
}
</style>