Shades of Magenta #F715FF
Tints of Magenta #F715FF
RGB
CMYK
RGB Variations
Color information
#F715FF (or 0xF715FF) is known color: Magenta. HEX triplet: F7, 15 and FF. RGB value is (247,21,255). Sum of RGB (Red+Green+Blue) = 247+21+255=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 21 (8.59% from 255 or 4.02% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #F715FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F715FF is #08EA00. Grayscale: #727272. Windows color (decimal): -584193 or 16717303. OLE color: 16717303.
HSL color Cylindrical-coordinate representation of color #F715FF: hue angle of 297.95º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F715FF is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 21 | 255 | - |
| CMYK | 0.03 | 0.92 | 0 | 0 |
| HSL | 297.95º | 1% | 0.54% | - |
| HSV(B) | 297.95º | 0.92% | 1% | - |
| XYZ | 56.68 | 27.53 | 96.93 | - |
| YUV | 115.25 | 206.87 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 255 | 0.03 | 0.92 | 0 | 0 | 297.95 | 1 | 0.54 |
| Hex | F7 | 15 | FF | 3 | 5C | 0 | 0 | 12A | 64 | 36 |
| Octal | 367 | 25 | 377 | 3 | 134 | 0 | 0 | 452 | 144 | 66 |
| Binary | 11110111 | 10101 | 11111111 | 11 | 1011100 | 0 | 0 | 100101010 | 1100100 | 110110 |
Color Harmonies of #F715FF
Complementary color
Monochromatic Colors of #F715FF
Black with #F715FF
Text Example
Text Example
White with #F715FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F715FF; }
p { color: rgb(247,21,255); }
H1.HeaderClassName
{
color: #F715FF;
}
.AnyTagClassName
{
color: #F715FF;
}
</style>
background-color css
<style>
a { background-color: #F715FF; }
a { background-color: rgb(247,21,255); }
div.DivClassName
{
background-color: #F715FF;
}
.BgClassName
{
background-color: #F715FF;
}
</style>
border-color css
<style>
span { border-color: #F715FF; }
span { border-color: rgb(247,21,255); }
td.TdClassName
{
border-color: #F715FF;
}
.TagClassName
{
border-color: #F715FF;
}
</style>