Shades of Magenta #F715FE
Tints of Magenta #F715FE
RGB
CMYK
RGB Variations
Color information
#F715FE (or 0xF715FE) is known color: Magenta. HEX triplet: F7, 15 and FE. RGB value is (247,21,254). Sum of RGB (Red+Green+Blue) = 247+21+254=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 21 (8.59% from 255 or 4.02% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #F715FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F715FE is #08EA01. Grayscale: #727272. Windows color (decimal): -584194 or 16651767. OLE color: 16651767.
HSL color Cylindrical-coordinate representation of color #F715FE: hue angle of 298.2º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F715FE is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 21 | 254 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.00 |
| HSL | 298.2º | 0.99% | 0.54% | - |
| HSV(B) | 298.2º | 0.92% | 1% | - |
| XYZ | 56.52 | 27.47 | 96.09 | - |
| YUV | 115.14 | 206.37 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 254 | 0.03 | 0.92 | 0 | 0.00 | 298.2 | 0.99 | 0.54 |
| Hex | F7 | 15 | FE | 3 | 5C | 0 | 0 | 12A | 63 | 36 |
| Octal | 367 | 25 | 376 | 3 | 134 | 0 | 0 | 452 | 143 | 66 |
| Binary | 11110111 | 10101 | 11111110 | 11 | 1011100 | 0 | 0 | 100101010 | 1100011 | 110110 |
Color Harmonies of #F715FE
Complementary color
Monochromatic Colors of #F715FE
Black with #F715FE
Text Example
Text Example
White with #F715FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F715FE; }
p { color: rgb(247,21,254); }
H1.HeaderClassName
{
color: #F715FE;
}
.AnyTagClassName
{
color: #F715FE;
}
</style>
background-color css
<style>
a { background-color: #F715FE; }
a { background-color: rgb(247,21,254); }
div.DivClassName
{
background-color: #F715FE;
}
.BgClassName
{
background-color: #F715FE;
}
</style>
border-color css
<style>
span { border-color: #F715FE; }
span { border-color: rgb(247,21,254); }
td.TdClassName
{
border-color: #F715FE;
}
.TagClassName
{
border-color: #F715FE;
}
</style>