Shades of Magenta #F712ED
Tints of Magenta #F712ED
RGB
CMYK
RGB Variations
Color information
#F712ED (or 0xF712ED) is known color: Magenta. HEX triplet: F7, 12 and ED. RGB value is (247,18,237). Sum of RGB (Red+Green+Blue) = 247+18+237=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 18 (7.42% from 255 or 3.59% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F712ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F712ED is #08ED12. Grayscale: #6E6E6E. Windows color (decimal): -584979 or 15536887. OLE color: 15536887.
HSL color Cylindrical-coordinate representation of color #F712ED: hue angle of 302.62º 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 #F712ED is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 237 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.03 |
| HSL | 302.62º | 0.93% | 0.52% | - |
| HSV(B) | 302.62º | 0.93% | 0.97% | - |
| XYZ | 53.86 | 26.32 | 82.36 | - |
| YUV | 111.44 | 198.87 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 237 | 0 | 0.93 | 0.04 | 0.03 | 302.62 | 0.93 | 0.52 |
| Hex | F7 | 12 | ED | 0 | 5D | 4 | 3 | 12F | 5D | 34 |
| Octal | 367 | 22 | 355 | 0 | 135 | 4 | 3 | 457 | 135 | 64 |
| Binary | 11110111 | 10010 | 11101101 | 0 | 1011101 | 100 | 11 | 100101111 | 1011101 | 110100 |
Color Harmonies of #F712ED
Complementary color
Monochromatic Colors of #F712ED
Black with #F712ED
Text Example
Text Example
White with #F712ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F712ED; }
p { color: rgb(247,18,237); }
H1.HeaderClassName
{
color: #F712ED;
}
.AnyTagClassName
{
color: #F712ED;
}
</style>
background-color css
<style>
a { background-color: #F712ED; }
a { background-color: rgb(247,18,237); }
div.DivClassName
{
background-color: #F712ED;
}
.BgClassName
{
background-color: #F712ED;
}
</style>
border-color css
<style>
span { border-color: #F712ED; }
span { border-color: rgb(247,18,237); }
td.TdClassName
{
border-color: #F712ED;
}
.TagClassName
{
border-color: #F712ED;
}
</style>