Shades of Magenta #F714E5
Tints of Magenta #F714E5
RGB
CMYK
RGB Variations
Color information
#F714E5 (or 0xF714E5) is known color: Magenta. HEX triplet: F7, 14 and E5. RGB value is (247,20,229). Sum of RGB (Red+Green+Blue) = 247+20+229=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 20 (8.20% from 255 or 4.03% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F714E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714E5 is #08EB1A. Grayscale: #6F6F6F. Windows color (decimal): -584475 or 15013111. OLE color: 15013111.
HSL color Cylindrical-coordinate representation of color #F714E5: hue angle of 304.76º 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 #F714E5 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 229 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.03 |
| HSL | 304.76º | 0.93% | 0.52% | - |
| HSV(B) | 304.76º | 0.92% | 0.97% | - |
| XYZ | 52.75 | 25.93 | 76.35 | - |
| YUV | 111.7 | 194.21 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 229 | 0 | 0.92 | 0.07 | 0.03 | 304.76 | 0.93 | 0.52 |
| Hex | F7 | 14 | E5 | 0 | 5C | 7 | 3 | 131 | 5D | 34 |
| Octal | 367 | 24 | 345 | 0 | 134 | 7 | 3 | 461 | 135 | 64 |
| Binary | 11110111 | 10100 | 11100101 | 0 | 1011100 | 111 | 11 | 100110001 | 1011101 | 110100 |
Color Harmonies of #F714E5
Complementary color
Monochromatic Colors of #F714E5
Black with #F714E5
Text Example
Text Example
White with #F714E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F714E5; }
p { color: rgb(247,20,229); }
H1.HeaderClassName
{
color: #F714E5;
}
.AnyTagClassName
{
color: #F714E5;
}
</style>
background-color css
<style>
a { background-color: #F714E5; }
a { background-color: rgb(247,20,229); }
div.DivClassName
{
background-color: #F714E5;
}
.BgClassName
{
background-color: #F714E5;
}
</style>
border-color css
<style>
span { border-color: #F714E5; }
span { border-color: rgb(247,20,229); }
td.TdClassName
{
border-color: #F714E5;
}
.TagClassName
{
border-color: #F714E5;
}
</style>