Shades of Hot Magenta #F70CDA
Tints of Hot Magenta #F70CDA
RGB
CMYK
RGB Variations
Color information
#F70CDA (or 0xF70CDA) is known color: Hot Magenta. HEX triplet: F7, 0C and DA. RGB value is (247,12,218). Sum of RGB (Red+Green+Blue) = 247+12+218=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 12 (5.08% from 255 or 2.52% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F70CDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70CDA is #08F325. Grayscale: #696969. Windows color (decimal): -586534 or 14290167. OLE color: 14290167.
HSL color Cylindrical-coordinate representation of color #F70CDA: hue angle of 307.4º 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 #F70CDA is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 218 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.03 |
| HSL | 307.4º | 0.94% | 0.51% | - |
| HSV(B) | 307.4º | 0.95% | 0.97% | - |
| XYZ | 51.14 | 25.1 | 68.48 | - |
| YUV | 105.75 | 191.36 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 218 | 0 | 0.95 | 0.12 | 0.03 | 307.4 | 0.94 | 0.51 |
| Hex | F7 | C | DA | 0 | 5F | C | 3 | 133 | 5E | 33 |
| Octal | 367 | 14 | 332 | 0 | 137 | 14 | 3 | 463 | 136 | 63 |
| Binary | 11110111 | 1100 | 11011010 | 0 | 1011111 | 1100 | 11 | 100110011 | 1011110 | 110011 |
Color Harmonies of #F70CDA
Complementary color
Monochromatic Colors of #F70CDA
Black with #F70CDA
Text Example
Text Example
White with #F70CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70CDA; }
p { color: rgb(247,12,218); }
H1.HeaderClassName
{
color: #F70CDA;
}
.AnyTagClassName
{
color: #F70CDA;
}
</style>
background-color css
<style>
a { background-color: #F70CDA; }
a { background-color: rgb(247,12,218); }
div.DivClassName
{
background-color: #F70CDA;
}
.BgClassName
{
background-color: #F70CDA;
}
</style>
border-color css
<style>
span { border-color: #F70CDA; }
span { border-color: rgb(247,12,218); }
td.TdClassName
{
border-color: #F70CDA;
}
.TagClassName
{
border-color: #F70CDA;
}
</style>