Shades of Hot Magenta #F712E4
Tints of Hot Magenta #F712E4
RGB
CMYK
RGB Variations
Color information
#F712E4 (or 0xF712E4) is known color: Hot Magenta. HEX triplet: F7, 12 and E4. RGB value is (247,18,228). Sum of RGB (Red+Green+Blue) = 247+18+228=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 18 (7.42% from 255 or 3.65% from 493); Blue value is 228 (89.45% from 255 or 46.25% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F712E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712E4 is #08ED1B. Grayscale: #6D6D6D. Windows color (decimal): -584988 or 14947063. OLE color: 14947063.
HSL color Cylindrical-coordinate representation of color #F712E4: hue angle of 304.98º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F712E4 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 228 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.03 |
| HSL | 304.98º | 0.93% | 0.52% | - |
| HSV(B) | 304.98º | 0.93% | 0.97% | - |
| XYZ | 52.58 | 25.81 | 75.61 | - |
| YUV | 110.41 | 194.37 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 228 | 0 | 0.93 | 0.08 | 0.03 | 304.98 | 0.93 | 0.52 |
| Hex | F7 | 12 | E4 | 0 | 5D | 8 | 3 | 131 | 5D | 34 |
| Octal | 367 | 22 | 344 | 0 | 135 | 10 | 3 | 461 | 135 | 64 |
| Binary | 11110111 | 10010 | 11100100 | 0 | 1011101 | 1000 | 11 | 100110001 | 1011101 | 110100 |
Color Harmonies of #F712E4
Complementary color
Monochromatic Colors of #F712E4
Black with #F712E4
Text Example
Text Example
White with #F712E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F712E4; }
p { color: rgb(247,18,228); }
H1.HeaderClassName
{
color: #F712E4;
}
.AnyTagClassName
{
color: #F712E4;
}
</style>
background-color css
<style>
a { background-color: #F712E4; }
a { background-color: rgb(247,18,228); }
div.DivClassName
{
background-color: #F712E4;
}
.BgClassName
{
background-color: #F712E4;
}
</style>
border-color css
<style>
span { border-color: #F712E4; }
span { border-color: rgb(247,18,228); }
td.TdClassName
{
border-color: #F712E4;
}
.TagClassName
{
border-color: #F712E4;
}
</style>