Shades of Magenta #F515FC
Tints of Magenta #F515FC
RGB
CMYK
RGB Variations
Color information
#F515FC (or 0xF515FC) is known color: Magenta. HEX triplet: F5, 15 and FC. RGB value is (245,21,252). Sum of RGB (Red+Green+Blue) = 245+21+252=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 21 (8.59% from 255 or 4.05% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #F515FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F515FC is #0AEA03. Grayscale: #717171. Windows color (decimal): -715268 or 16520693. OLE color: 16520693.
HSL color Cylindrical-coordinate representation of color #F515FC: hue angle of 298.18º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F515FC is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 21 | 252 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.01 |
| HSL | 298.18º | 0.97% | 0.54% | - |
| HSV(B) | 298.18º | 0.92% | 0.99% | - |
| XYZ | 55.5 | 26.98 | 94.38 | - |
| YUV | 114.31 | 205.71 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 252 | 0.03 | 0.92 | 0 | 0.01 | 298.18 | 0.97 | 0.54 |
| Hex | F5 | 15 | FC | 3 | 5C | 0 | 1 | 12A | 61 | 36 |
| Octal | 365 | 25 | 374 | 3 | 134 | 0 | 1 | 452 | 141 | 66 |
| Binary | 11110101 | 10101 | 11111100 | 11 | 1011100 | 0 | 1 | 100101010 | 1100001 | 110110 |
Color Harmonies of #F515FC
Complementary color
Monochromatic Colors of #F515FC
Black with #F515FC
Text Example
Text Example
White with #F515FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F515FC; }
p { color: rgb(245,21,252); }
H1.HeaderClassName
{
color: #F515FC;
}
.AnyTagClassName
{
color: #F515FC;
}
</style>
background-color css
<style>
a { background-color: #F515FC; }
a { background-color: rgb(245,21,252); }
div.DivClassName
{
background-color: #F515FC;
}
.BgClassName
{
background-color: #F515FC;
}
</style>
border-color css
<style>
span { border-color: #F515FC; }
span { border-color: rgb(245,21,252); }
td.TdClassName
{
border-color: #F515FC;
}
.TagClassName
{
border-color: #F515FC;
}
</style>