Shades of Magenta #F512FD
Tints of Magenta #F512FD
RGB
CMYK
RGB Variations
Color information
#F512FD (or 0xF512FD) is known color: Magenta. HEX triplet: F5, 12 and FD. RGB value is (245,18,253). Sum of RGB (Red+Green+Blue) = 245+18+253=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 18 (7.42% from 255 or 3.49% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #F512FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F512FD is #0AED02. Grayscale: #6F6F6F. Windows color (decimal): -716035 or 16585461. OLE color: 16585461.
HSL color Cylindrical-coordinate representation of color #F512FD: hue angle of 297.96º 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 #F512FD is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 18 | 253 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.01 |
| HSL | 297.96º | 0.98% | 0.53% | - |
| HSV(B) | 297.96º | 0.93% | 0.99% | - |
| XYZ | 55.6 | 26.94 | 95.2 | - |
| YUV | 112.66 | 207.21 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 253 | 0.03 | 0.93 | 0 | 0.01 | 297.96 | 0.98 | 0.53 |
| Hex | F5 | 12 | FD | 3 | 5D | 0 | 1 | 12A | 62 | 35 |
| Octal | 365 | 22 | 375 | 3 | 135 | 0 | 1 | 452 | 142 | 65 |
| Binary | 11110101 | 10010 | 11111101 | 11 | 1011101 | 0 | 1 | 100101010 | 1100010 | 110101 |
Color Harmonies of #F512FD
Complementary color
Monochromatic Colors of #F512FD
Black with #F512FD
Text Example
Text Example
White with #F512FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512FD; }
p { color: rgb(245,18,253); }
H1.HeaderClassName
{
color: #F512FD;
}
.AnyTagClassName
{
color: #F512FD;
}
</style>
background-color css
<style>
a { background-color: #F512FD; }
a { background-color: rgb(245,18,253); }
div.DivClassName
{
background-color: #F512FD;
}
.BgClassName
{
background-color: #F512FD;
}
</style>
border-color css
<style>
span { border-color: #F512FD; }
span { border-color: rgb(245,18,253); }
td.TdClassName
{
border-color: #F512FD;
}
.TagClassName
{
border-color: #F512FD;
}
</style>