Shades of Hot Magenta #F70DDF
Tints of Hot Magenta #F70DDF
RGB
CMYK
RGB Variations
Color information
#F70DDF (or 0xF70DDF) is known color: Hot Magenta. HEX triplet: F7, 0D and DF. RGB value is (247,13,223). Sum of RGB (Red+Green+Blue) = 247+13+223=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 13 (5.47% from 255 or 2.69% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70DDF is #08F220. Grayscale: #6A6A6A. Windows color (decimal): -586273 or 14618103. OLE color: 14618103.
HSL color Cylindrical-coordinate representation of color #F70DDF: hue angle of 306.15º 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 #F70DDF is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 223 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.03 |
| HSL | 306.15º | 0.94% | 0.51% | - |
| HSV(B) | 306.15º | 0.95% | 0.97% | - |
| XYZ | 51.82 | 25.39 | 71.98 | - |
| YUV | 106.91 | 193.52 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 223 | 0 | 0.95 | 0.10 | 0.03 | 306.15 | 0.94 | 0.51 |
| Hex | F7 | D | DF | 0 | 5F | A | 3 | 132 | 5E | 33 |
| Octal | 367 | 15 | 337 | 0 | 137 | 12 | 3 | 462 | 136 | 63 |
| Binary | 11110111 | 1101 | 11011111 | 0 | 1011111 | 1010 | 11 | 100110010 | 1011110 | 110011 |
Color Harmonies of #F70DDF
Complementary color
Monochromatic Colors of #F70DDF
Black with #F70DDF
Text Example
Text Example
White with #F70DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70DDF; }
p { color: rgb(247,13,223); }
H1.HeaderClassName
{
color: #F70DDF;
}
.AnyTagClassName
{
color: #F70DDF;
}
</style>
background-color css
<style>
a { background-color: #F70DDF; }
a { background-color: rgb(247,13,223); }
div.DivClassName
{
background-color: #F70DDF;
}
.BgClassName
{
background-color: #F70DDF;
}
</style>
border-color css
<style>
span { border-color: #F70DDF; }
span { border-color: rgb(247,13,223); }
td.TdClassName
{
border-color: #F70DDF;
}
.TagClassName
{
border-color: #F70DDF;
}
</style>