Shades of Hot Magenta #F70CCC
Tints of Hot Magenta #F70CCC
RGB
CMYK
RGB Variations
Color information
#F70CCC (or 0xF70CCC) is known color: Hot Magenta. HEX triplet: F7, 0C and CC. RGB value is (247,12,204). Sum of RGB (Red+Green+Blue) = 247+12+204=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F70CCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70CCC is #08F333. Grayscale: #676767. Windows color (decimal): -586548 or 13372663. OLE color: 13372663.
HSL color Cylindrical-coordinate representation of color #F70CCC: hue angle of 310.98º 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 #F70CCC is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 204 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.03 |
| HSL | 310.98º | 0.94% | 0.51% | - |
| HSV(B) | 310.98º | 0.95% | 0.97% | - |
| XYZ | 49.39 | 24.4 | 59.23 | - |
| YUV | 104.15 | 184.36 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 204 | 0 | 0.95 | 0.17 | 0.03 | 310.98 | 0.94 | 0.51 |
| Hex | F7 | C | CC | 0 | 5F | 11 | 3 | 137 | 5E | 33 |
| Octal | 367 | 14 | 314 | 0 | 137 | 21 | 3 | 467 | 136 | 63 |
| Binary | 11110111 | 1100 | 11001100 | 0 | 1011111 | 10001 | 11 | 100110111 | 1011110 | 110011 |
Color Harmonies of #F70CCC
Complementary color
Monochromatic Colors of #F70CCC
Black with #F70CCC
Text Example
Text Example
White with #F70CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70CCC; }
p { color: rgb(247,12,204); }
H1.HeaderClassName
{
color: #F70CCC;
}
.AnyTagClassName
{
color: #F70CCC;
}
</style>
background-color css
<style>
a { background-color: #F70CCC; }
a { background-color: rgb(247,12,204); }
div.DivClassName
{
background-color: #F70CCC;
}
.BgClassName
{
background-color: #F70CCC;
}
</style>
border-color css
<style>
span { border-color: #F70CCC; }
span { border-color: rgb(247,12,204); }
td.TdClassName
{
border-color: #F70CCC;
}
.TagClassName
{
border-color: #F70CCC;
}
</style>