Shades of Magenta #F515FF
Tints of Magenta #F515FF
RGB
CMYK
RGB Variations
Color information
#F515FF (or 0xF515FF) is known color: Magenta. HEX triplet: F5, 15 and FF. RGB value is (245,21,255). Sum of RGB (Red+Green+Blue) = 245+21+255=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 21 (8.59% from 255 or 4.03% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #F515FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F515FF is #0AEA00. Grayscale: #717171. Windows color (decimal): -715265 or 16717301. OLE color: 16717301.
HSL color Cylindrical-coordinate representation of color #F515FF: hue angle of 297.44º 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 #F515FF is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 21 | 255 | - |
| CMYK | 0.04 | 0.92 | 0 | 0 |
| HSL | 297.44º | 1% | 0.54% | - |
| HSV(B) | 297.44º | 0.92% | 1% | - |
| XYZ | 55.97 | 27.17 | 96.9 | - |
| YUV | 114.65 | 207.21 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 255 | 0.04 | 0.92 | 0 | 0 | 297.44 | 1 | 0.54 |
| Hex | F5 | 15 | FF | 4 | 5C | 0 | 0 | 129 | 64 | 36 |
| Octal | 365 | 25 | 377 | 4 | 134 | 0 | 0 | 451 | 144 | 66 |
| Binary | 11110101 | 10101 | 11111111 | 100 | 1011100 | 0 | 0 | 100101001 | 1100100 | 110110 |
Color Harmonies of #F515FF
Complementary color
Monochromatic Colors of #F515FF
Black with #F515FF
Text Example
Text Example
White with #F515FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F515FF; }
p { color: rgb(245,21,255); }
H1.HeaderClassName
{
color: #F515FF;
}
.AnyTagClassName
{
color: #F515FF;
}
</style>
background-color css
<style>
a { background-color: #F515FF; }
a { background-color: rgb(245,21,255); }
div.DivClassName
{
background-color: #F515FF;
}
.BgClassName
{
background-color: #F515FF;
}
</style>
border-color css
<style>
span { border-color: #F515FF; }
span { border-color: rgb(245,21,255); }
td.TdClassName
{
border-color: #F515FF;
}
.TagClassName
{
border-color: #F515FF;
}
</style>