Shades of Hot Magenta #F70DCD
Tints of Hot Magenta #F70DCD
RGB
CMYK
RGB Variations
Color information
#F70DCD (or 0xF70DCD) is known color: Hot Magenta. HEX triplet: F7, 0D and CD. RGB value is (247,13,205). Sum of RGB (Red+Green+Blue) = 247+13+205=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 13 (5.47% from 255 or 2.80% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70DCD is #08F232. Grayscale: #686868. Windows color (decimal): -586291 or 13438455. OLE color: 13438455.
HSL color Cylindrical-coordinate representation of color #F70DCD: hue angle of 310.77º 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 #F70DCD is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 205 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.03 |
| HSL | 310.77º | 0.94% | 0.51% | - |
| HSV(B) | 310.77º | 0.95% | 0.97% | - |
| XYZ | 49.52 | 24.47 | 59.87 | - |
| YUV | 104.85 | 184.52 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 205 | 0 | 0.95 | 0.17 | 0.03 | 310.77 | 0.94 | 0.51 |
| Hex | F7 | D | CD | 0 | 5F | 11 | 3 | 137 | 5E | 33 |
| Octal | 367 | 15 | 315 | 0 | 137 | 21 | 3 | 467 | 136 | 63 |
| Binary | 11110111 | 1101 | 11001101 | 0 | 1011111 | 10001 | 11 | 100110111 | 1011110 | 110011 |
Color Harmonies of #F70DCD
Complementary color
Monochromatic Colors of #F70DCD
Black with #F70DCD
Text Example
Text Example
White with #F70DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70DCD; }
p { color: rgb(247,13,205); }
H1.HeaderClassName
{
color: #F70DCD;
}
.AnyTagClassName
{
color: #F70DCD;
}
</style>
background-color css
<style>
a { background-color: #F70DCD; }
a { background-color: rgb(247,13,205); }
div.DivClassName
{
background-color: #F70DCD;
}
.BgClassName
{
background-color: #F70DCD;
}
</style>
border-color css
<style>
span { border-color: #F70DCD; }
span { border-color: rgb(247,13,205); }
td.TdClassName
{
border-color: #F70DCD;
}
.TagClassName
{
border-color: #F70DCD;
}
</style>