Shades of Magenta #F513FC
Tints of Magenta #F513FC
RGB
CMYK
RGB Variations
Color information
#F513FC (or 0xF513FC) is known color: Magenta. HEX triplet: F5, 13 and FC. RGB value is (245,19,252). Sum of RGB (Red+Green+Blue) = 245+19+252=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 19 (7.81% from 255 or 3.68% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #F513FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F513FC is #0AEC03. Grayscale: #707070. Windows color (decimal): -715780 or 16520181. OLE color: 16520181.
HSL color Cylindrical-coordinate representation of color #F513FC: hue angle of 298.2º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F513FC is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 19 | 252 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.01 |
| HSL | 298.2º | 0.97% | 0.53% | - |
| HSV(B) | 298.2º | 0.92% | 0.99% | - |
| XYZ | 55.46 | 26.91 | 94.37 | - |
| YUV | 113.14 | 206.37 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 252 | 0.03 | 0.92 | 0 | 0.01 | 298.2 | 0.97 | 0.53 |
| Hex | F5 | 13 | FC | 3 | 5C | 0 | 1 | 12A | 61 | 35 |
| Octal | 365 | 23 | 374 | 3 | 134 | 0 | 1 | 452 | 141 | 65 |
| Binary | 11110101 | 10011 | 11111100 | 11 | 1011100 | 0 | 1 | 100101010 | 1100001 | 110101 |
Color Harmonies of #F513FC
Complementary color
Monochromatic Colors of #F513FC
Black with #F513FC
Text Example
Text Example
White with #F513FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F513FC; }
p { color: rgb(245,19,252); }
H1.HeaderClassName
{
color: #F513FC;
}
.AnyTagClassName
{
color: #F513FC;
}
</style>
background-color css
<style>
a { background-color: #F513FC; }
a { background-color: rgb(245,19,252); }
div.DivClassName
{
background-color: #F513FC;
}
.BgClassName
{
background-color: #F513FC;
}
</style>
border-color css
<style>
span { border-color: #F513FC; }
span { border-color: rgb(245,19,252); }
td.TdClassName
{
border-color: #F513FC;
}
.TagClassName
{
border-color: #F513FC;
}
</style>