Shades of Magenta #F512FC
Tints of Magenta #F512FC
RGB
CMYK
RGB Variations
Color information
#F512FC (or 0xF512FC) is known color: Magenta. HEX triplet: F5, 12 and FC. RGB value is (245,18,252). Sum of RGB (Red+Green+Blue) = 245+18+252=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 18 (7.42% from 255 or 3.50% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #F512FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F512FC is #0AED03. Grayscale: #6F6F6F. Windows color (decimal): -716036 or 16519925. OLE color: 16519925.
HSL color Cylindrical-coordinate representation of color #F512FC: hue angle of 298.21º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F512FC is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 18 | 252 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.01 |
| HSL | 298.21º | 0.98% | 0.53% | - |
| HSV(B) | 298.21º | 0.93% | 0.99% | - |
| XYZ | 55.44 | 26.87 | 94.36 | - |
| YUV | 112.55 | 206.71 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 252 | 0.03 | 0.93 | 0 | 0.01 | 298.21 | 0.98 | 0.53 |
| Hex | F5 | 12 | FC | 3 | 5D | 0 | 1 | 12A | 62 | 35 |
| Octal | 365 | 22 | 374 | 3 | 135 | 0 | 1 | 452 | 142 | 65 |
| Binary | 11110101 | 10010 | 11111100 | 11 | 1011101 | 0 | 1 | 100101010 | 1100010 | 110101 |
Color Harmonies of #F512FC
Complementary color
Monochromatic Colors of #F512FC
Black with #F512FC
Text Example
Text Example
White with #F512FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512FC; }
p { color: rgb(245,18,252); }
H1.HeaderClassName
{
color: #F512FC;
}
.AnyTagClassName
{
color: #F512FC;
}
</style>
background-color css
<style>
a { background-color: #F512FC; }
a { background-color: rgb(245,18,252); }
div.DivClassName
{
background-color: #F512FC;
}
.BgClassName
{
background-color: #F512FC;
}
</style>
border-color css
<style>
span { border-color: #F512FC; }
span { border-color: rgb(245,18,252); }
td.TdClassName
{
border-color: #F512FC;
}
.TagClassName
{
border-color: #F512FC;
}
</style>