Shades of Magenta #F515FA
Tints of Magenta #F515FA
RGB
CMYK
RGB Variations
Color information
#F515FA (or 0xF515FA) is known color: Magenta. HEX triplet: F5, 15 and FA. RGB value is (245,21,250). Sum of RGB (Red+Green+Blue) = 245+21+250=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 21 (8.59% from 255 or 4.07% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #F515FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F515FA is #0AEA05. Grayscale: #717171. Windows color (decimal): -715270 or 16389621. OLE color: 16389621.
HSL color Cylindrical-coordinate representation of color #F515FA: hue angle of 298.69º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F515FA is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 21 | 250 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.02 |
| HSL | 298.69º | 0.96% | 0.53% | - |
| HSV(B) | 298.69º | 0.92% | 0.98% | - |
| XYZ | 55.18 | 26.85 | 92.72 | - |
| YUV | 114.08 | 204.71 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 250 | 0.02 | 0.92 | 0 | 0.02 | 298.69 | 0.96 | 0.53 |
| Hex | F5 | 15 | FA | 2 | 5C | 0 | 2 | 12B | 60 | 35 |
| Octal | 365 | 25 | 372 | 2 | 134 | 0 | 2 | 453 | 140 | 65 |
| Binary | 11110101 | 10101 | 11111010 | 10 | 1011100 | 0 | 10 | 100101011 | 1100000 | 110101 |
Color Harmonies of #F515FA
Complementary color
Monochromatic Colors of #F515FA
Black with #F515FA
Text Example
Text Example
White with #F515FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F515FA; }
p { color: rgb(245,21,250); }
H1.HeaderClassName
{
color: #F515FA;
}
.AnyTagClassName
{
color: #F515FA;
}
</style>
background-color css
<style>
a { background-color: #F515FA; }
a { background-color: rgb(245,21,250); }
div.DivClassName
{
background-color: #F515FA;
}
.BgClassName
{
background-color: #F515FA;
}
</style>
border-color css
<style>
span { border-color: #F515FA; }
span { border-color: rgb(245,21,250); }
td.TdClassName
{
border-color: #F515FA;
}
.TagClassName
{
border-color: #F515FA;
}
</style>