Shades of Magenta #F715E8
Tints of Magenta #F715E8
RGB
CMYK
RGB Variations
Color information
#F715E8 (or 0xF715E8) is known color: Magenta. HEX triplet: F7, 15 and E8. RGB value is (247,21,232). Sum of RGB (Red+Green+Blue) = 247+21+232=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 21 (8.59% from 255 or 4.2% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F715E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F715E8 is #08EA17. Grayscale: #707070. Windows color (decimal): -584216 or 15209975. OLE color: 15209975.
HSL color Cylindrical-coordinate representation of color #F715E8: hue angle of 303.98º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F715E8 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 232 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.03 |
| HSL | 303.98º | 0.93% | 0.53% | - |
| HSV(B) | 303.98º | 0.91% | 0.97% | - |
| XYZ | 53.19 | 26.14 | 78.59 | - |
| YUV | 112.63 | 195.37 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 232 | 0 | 0.91 | 0.06 | 0.03 | 303.98 | 0.93 | 0.53 |
| Hex | F7 | 15 | E8 | 0 | 5B | 6 | 3 | 130 | 5D | 35 |
| Octal | 367 | 25 | 350 | 0 | 133 | 6 | 3 | 460 | 135 | 65 |
| Binary | 11110111 | 10101 | 11101000 | 0 | 1011011 | 110 | 11 | 100110000 | 1011101 | 110101 |
Color Harmonies of #F715E8
Complementary color
Monochromatic Colors of #F715E8
Black with #F715E8
Text Example
Text Example
White with #F715E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F715E8; }
p { color: rgb(247,21,232); }
H1.HeaderClassName
{
color: #F715E8;
}
.AnyTagClassName
{
color: #F715E8;
}
</style>
background-color css
<style>
a { background-color: #F715E8; }
a { background-color: rgb(247,21,232); }
div.DivClassName
{
background-color: #F715E8;
}
.BgClassName
{
background-color: #F715E8;
}
</style>
border-color css
<style>
span { border-color: #F715E8; }
span { border-color: rgb(247,21,232); }
td.TdClassName
{
border-color: #F715E8;
}
.TagClassName
{
border-color: #F715E8;
}
</style>