Shades of Hot Magenta #F70CDF
Tints of Hot Magenta #F70CDF
RGB
CMYK
RGB Variations
Color information
#F70CDF (or 0xF70CDF) is known color: Hot Magenta. HEX triplet: F7, 0C and DF. RGB value is (247,12,223). Sum of RGB (Red+Green+Blue) = 247+12+223=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 12 (5.08% from 255 or 2.49% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F70CDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70CDF is #08F320. Grayscale: #696969. Windows color (decimal): -586529 or 14617847. OLE color: 14617847.
HSL color Cylindrical-coordinate representation of color #F70CDF: hue angle of 306.13º 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 #F70CDF is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 223 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.03 |
| HSL | 306.13º | 0.94% | 0.51% | - |
| HSV(B) | 306.13º | 0.95% | 0.97% | - |
| XYZ | 51.81 | 25.36 | 71.98 | - |
| YUV | 106.32 | 193.86 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 223 | 0 | 0.95 | 0.10 | 0.03 | 306.13 | 0.94 | 0.51 |
| Hex | F7 | C | DF | 0 | 5F | A | 3 | 132 | 5E | 33 |
| Octal | 367 | 14 | 337 | 0 | 137 | 12 | 3 | 462 | 136 | 63 |
| Binary | 11110111 | 1100 | 11011111 | 0 | 1011111 | 1010 | 11 | 100110010 | 1011110 | 110011 |
Color Harmonies of #F70CDF
Complementary color
Monochromatic Colors of #F70CDF
Black with #F70CDF
Text Example
Text Example
White with #F70CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70CDF; }
p { color: rgb(247,12,223); }
H1.HeaderClassName
{
color: #F70CDF;
}
.AnyTagClassName
{
color: #F70CDF;
}
</style>
background-color css
<style>
a { background-color: #F70CDF; }
a { background-color: rgb(247,12,223); }
div.DivClassName
{
background-color: #F70CDF;
}
.BgClassName
{
background-color: #F70CDF;
}
</style>
border-color css
<style>
span { border-color: #F70CDF; }
span { border-color: rgb(247,12,223); }
td.TdClassName
{
border-color: #F70CDF;
}
.TagClassName
{
border-color: #F70CDF;
}
</style>