Shades of Hot Magenta #F712DC
Tints of Hot Magenta #F712DC
RGB
CMYK
RGB Variations
Color information
#F712DC (or 0xF712DC) is known color: Hot Magenta. HEX triplet: F7, 12 and DC. RGB value is (247,18,220). Sum of RGB (Red+Green+Blue) = 247+18+220=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 18 (7.42% from 255 or 3.71% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F712DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712DC is #08ED23. Grayscale: #6C6C6C. Windows color (decimal): -584996 or 14422775. OLE color: 14422775.
HSL color Cylindrical-coordinate representation of color #F712DC: hue angle of 307.07º 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 #F712DC is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 220 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.03 |
| HSL | 307.07º | 0.93% | 0.52% | - |
| HSV(B) | 307.07º | 0.93% | 0.97% | - |
| XYZ | 51.49 | 25.37 | 69.89 | - |
| YUV | 109.5 | 190.37 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 220 | 0 | 0.93 | 0.11 | 0.03 | 307.07 | 0.93 | 0.52 |
| Hex | F7 | 12 | DC | 0 | 5D | B | 3 | 133 | 5D | 34 |
| Octal | 367 | 22 | 334 | 0 | 135 | 13 | 3 | 463 | 135 | 64 |
| Binary | 11110111 | 10010 | 11011100 | 0 | 1011101 | 1011 | 11 | 100110011 | 1011101 | 110100 |
Color Harmonies of #F712DC
Complementary color
Monochromatic Colors of #F712DC
Black with #F712DC
Text Example
Text Example
White with #F712DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F712DC; }
p { color: rgb(247,18,220); }
H1.HeaderClassName
{
color: #F712DC;
}
.AnyTagClassName
{
color: #F712DC;
}
</style>
background-color css
<style>
a { background-color: #F712DC; }
a { background-color: rgb(247,18,220); }
div.DivClassName
{
background-color: #F712DC;
}
.BgClassName
{
background-color: #F712DC;
}
</style>
border-color css
<style>
span { border-color: #F712DC; }
span { border-color: rgb(247,18,220); }
td.TdClassName
{
border-color: #F712DC;
}
.TagClassName
{
border-color: #F712DC;
}
</style>