Shades of Magenta #F712E8
Tints of Magenta #F712E8
RGB
CMYK
RGB Variations
Color information
#F712E8 (or 0xF712E8) is known color: Magenta. HEX triplet: F7, 12 and E8. RGB value is (247,18,232). Sum of RGB (Red+Green+Blue) = 247+18+232=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 18 (7.42% from 255 or 3.62% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F712E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F712E8 is #08ED17. Grayscale: #6E6E6E. Windows color (decimal): -584984 or 15209207. OLE color: 15209207.
HSL color Cylindrical-coordinate representation of color #F712E8: hue angle of 303.93º 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 #F712E8 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 232 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.03 |
| HSL | 303.93º | 0.93% | 0.52% | - |
| HSV(B) | 303.93º | 0.93% | 0.97% | - |
| XYZ | 53.14 | 26.03 | 78.57 | - |
| YUV | 110.87 | 196.37 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 232 | 0 | 0.93 | 0.06 | 0.03 | 303.93 | 0.93 | 0.52 |
| Hex | F7 | 12 | E8 | 0 | 5D | 6 | 3 | 130 | 5D | 34 |
| Octal | 367 | 22 | 350 | 0 | 135 | 6 | 3 | 460 | 135 | 64 |
| Binary | 11110111 | 10010 | 11101000 | 0 | 1011101 | 110 | 11 | 100110000 | 1011101 | 110100 |
Color Harmonies of #F712E8
Complementary color
Monochromatic Colors of #F712E8
Black with #F712E8
Text Example
Text Example
White with #F712E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F712E8; }
p { color: rgb(247,18,232); }
H1.HeaderClassName
{
color: #F712E8;
}
.AnyTagClassName
{
color: #F712E8;
}
</style>
background-color css
<style>
a { background-color: #F712E8; }
a { background-color: rgb(247,18,232); }
div.DivClassName
{
background-color: #F712E8;
}
.BgClassName
{
background-color: #F712E8;
}
</style>
border-color css
<style>
span { border-color: #F712E8; }
span { border-color: rgb(247,18,232); }
td.TdClassName
{
border-color: #F712E8;
}
.TagClassName
{
border-color: #F712E8;
}
</style>