Shades of Magenta #F714E8
Tints of Magenta #F714E8
RGB
CMYK
RGB Variations
Color information
#F714E8 (or 0xF714E8) is known color: Magenta. HEX triplet: F7, 14 and E8. RGB value is (247,20,232). Sum of RGB (Red+Green+Blue) = 247+20+232=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 20 (8.20% from 255 or 4.01% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F714E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F714E8 is #08EB17. Grayscale: #6F6F6F. Windows color (decimal): -584472 or 15209719. OLE color: 15209719.
HSL color Cylindrical-coordinate representation of color #F714E8: hue angle of 303.96º 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 #F714E8 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 232 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.03 |
| HSL | 303.96º | 0.93% | 0.52% | - |
| HSV(B) | 303.96º | 0.92% | 0.97% | - |
| XYZ | 53.17 | 26.1 | 78.58 | - |
| YUV | 112.04 | 195.71 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 232 | 0 | 0.92 | 0.06 | 0.03 | 303.96 | 0.93 | 0.52 |
| Hex | F7 | 14 | E8 | 0 | 5C | 6 | 3 | 130 | 5D | 34 |
| Octal | 367 | 24 | 350 | 0 | 134 | 6 | 3 | 460 | 135 | 64 |
| Binary | 11110111 | 10100 | 11101000 | 0 | 1011100 | 110 | 11 | 100110000 | 1011101 | 110100 |
Color Harmonies of #F714E8
Complementary color
Monochromatic Colors of #F714E8
Black with #F714E8
Text Example
Text Example
White with #F714E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F714E8; }
p { color: rgb(247,20,232); }
H1.HeaderClassName
{
color: #F714E8;
}
.AnyTagClassName
{
color: #F714E8;
}
</style>
background-color css
<style>
a { background-color: #F714E8; }
a { background-color: rgb(247,20,232); }
div.DivClassName
{
background-color: #F714E8;
}
.BgClassName
{
background-color: #F714E8;
}
</style>
border-color css
<style>
span { border-color: #F714E8; }
span { border-color: rgb(247,20,232); }
td.TdClassName
{
border-color: #F714E8;
}
.TagClassName
{
border-color: #F714E8;
}
</style>