Shades of Hot Magenta #F70DDC
Tints of Hot Magenta #F70DDC
RGB
CMYK
RGB Variations
Color information
#F70DDC (or 0xF70DDC) is known color: Hot Magenta. HEX triplet: F7, 0D and DC. RGB value is (247,13,220). Sum of RGB (Red+Green+Blue) = 247+13+220=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 13 (5.47% from 255 or 2.71% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70DDC is #08F223. Grayscale: #696969. Windows color (decimal): -586276 or 14421495. OLE color: 14421495.
HSL color Cylindrical-coordinate representation of color #F70DDC: hue angle of 306.92º 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 #F70DDC is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 220 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.03 |
| HSL | 306.92º | 0.94% | 0.51% | - |
| HSV(B) | 306.92º | 0.95% | 0.97% | - |
| XYZ | 51.42 | 25.23 | 69.87 | - |
| YUV | 106.56 | 192.02 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 220 | 0 | 0.95 | 0.11 | 0.03 | 306.92 | 0.94 | 0.51 |
| Hex | F7 | D | DC | 0 | 5F | B | 3 | 133 | 5E | 33 |
| Octal | 367 | 15 | 334 | 0 | 137 | 13 | 3 | 463 | 136 | 63 |
| Binary | 11110111 | 1101 | 11011100 | 0 | 1011111 | 1011 | 11 | 100110011 | 1011110 | 110011 |
Color Harmonies of #F70DDC
Complementary color
Monochromatic Colors of #F70DDC
Black with #F70DDC
Text Example
Text Example
White with #F70DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70DDC; }
p { color: rgb(247,13,220); }
H1.HeaderClassName
{
color: #F70DDC;
}
.AnyTagClassName
{
color: #F70DDC;
}
</style>
background-color css
<style>
a { background-color: #F70DDC; }
a { background-color: rgb(247,13,220); }
div.DivClassName
{
background-color: #F70DDC;
}
.BgClassName
{
background-color: #F70DDC;
}
</style>
border-color css
<style>
span { border-color: #F70DDC; }
span { border-color: rgb(247,13,220); }
td.TdClassName
{
border-color: #F70DDC;
}
.TagClassName
{
border-color: #F70DDC;
}
</style>