Shades of Magenta #F714ED
Tints of Magenta #F714ED
RGB
CMYK
RGB Variations
Color information
#F714ED (or 0xF714ED) is known color: Magenta. HEX triplet: F7, 14 and ED. RGB value is (247,20,237). Sum of RGB (Red+Green+Blue) = 247+20+237=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 20 (8.20% from 255 or 3.97% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F714ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F714ED is #08EB12. Grayscale: #6F6F6F. Windows color (decimal): -584467 or 15537399. OLE color: 15537399.
HSL color Cylindrical-coordinate representation of color #F714ED: hue angle of 302.64º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F714ED is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 237 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.03 |
| HSL | 302.64º | 0.93% | 0.52% | - |
| HSV(B) | 302.64º | 0.92% | 0.97% | - |
| XYZ | 53.89 | 26.39 | 82.37 | - |
| YUV | 112.61 | 198.21 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 237 | 0 | 0.92 | 0.04 | 0.03 | 302.64 | 0.93 | 0.52 |
| Hex | F7 | 14 | ED | 0 | 5C | 4 | 3 | 12F | 5D | 34 |
| Octal | 367 | 24 | 355 | 0 | 134 | 4 | 3 | 457 | 135 | 64 |
| Binary | 11110111 | 10100 | 11101101 | 0 | 1011100 | 100 | 11 | 100101111 | 1011101 | 110100 |
Color Harmonies of #F714ED
Complementary color
Monochromatic Colors of #F714ED
Black with #F714ED
Text Example
Text Example
White with #F714ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F714ED; }
p { color: rgb(247,20,237); }
H1.HeaderClassName
{
color: #F714ED;
}
.AnyTagClassName
{
color: #F714ED;
}
</style>
background-color css
<style>
a { background-color: #F714ED; }
a { background-color: rgb(247,20,237); }
div.DivClassName
{
background-color: #F714ED;
}
.BgClassName
{
background-color: #F714ED;
}
</style>
border-color css
<style>
span { border-color: #F714ED; }
span { border-color: rgb(247,20,237); }
td.TdClassName
{
border-color: #F714ED;
}
.TagClassName
{
border-color: #F714ED;
}
</style>