Shades of Magenta #F715EF
Tints of Magenta #F715EF
RGB
CMYK
RGB Variations
Color information
#F715EF (or 0xF715EF) is known color: Magenta. HEX triplet: F7, 15 and EF. RGB value is (247,21,239). Sum of RGB (Red+Green+Blue) = 247+21+239=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 21 (8.59% from 255 or 4.14% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F715EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F715EF is #08EA10. Grayscale: #707070. Windows color (decimal): -584209 or 15668727. OLE color: 15668727.
HSL color Cylindrical-coordinate representation of color #F715EF: hue angle of 302.12º 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 #F715EF is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 239 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.03 |
| HSL | 302.12º | 0.93% | 0.53% | - |
| HSV(B) | 302.12º | 0.91% | 0.97% | - |
| XYZ | 54.21 | 26.54 | 83.93 | - |
| YUV | 113.43 | 198.87 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 239 | 0 | 0.91 | 0.03 | 0.03 | 302.12 | 0.93 | 0.53 |
| Hex | F7 | 15 | EF | 0 | 5B | 3 | 3 | 12E | 5D | 35 |
| Octal | 367 | 25 | 357 | 0 | 133 | 3 | 3 | 456 | 135 | 65 |
| Binary | 11110111 | 10101 | 11101111 | 0 | 1011011 | 11 | 11 | 100101110 | 1011101 | 110101 |
Color Harmonies of #F715EF
Complementary color
Monochromatic Colors of #F715EF
Black with #F715EF
Text Example
Text Example
White with #F715EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F715EF; }
p { color: rgb(247,21,239); }
H1.HeaderClassName
{
color: #F715EF;
}
.AnyTagClassName
{
color: #F715EF;
}
</style>
background-color css
<style>
a { background-color: #F715EF; }
a { background-color: rgb(247,21,239); }
div.DivClassName
{
background-color: #F715EF;
}
.BgClassName
{
background-color: #F715EF;
}
</style>
border-color css
<style>
span { border-color: #F715EF; }
span { border-color: rgb(247,21,239); }
td.TdClassName
{
border-color: #F715EF;
}
.TagClassName
{
border-color: #F715EF;
}
</style>