Shades of Magenta #F512FE
Tints of Magenta #F512FE
RGB
CMYK
RGB Variations
Color information
#F512FE (or 0xF512FE) is known color: Magenta. HEX triplet: F5, 12 and FE. RGB value is (245,18,254). Sum of RGB (Red+Green+Blue) = 245+18+254=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 18 (7.42% from 255 or 3.48% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #F512FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F512FE is #0AED01. Grayscale: #707070. Windows color (decimal): -716034 or 16650997. OLE color: 16650997.
HSL color Cylindrical-coordinate representation of color #F512FE: hue angle of 297.71º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F512FE is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 18 | 254 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.00 |
| HSL | 297.71º | 0.99% | 0.53% | - |
| HSV(B) | 297.71º | 0.93% | 1% | - |
| XYZ | 55.76 | 27 | 96.04 | - |
| YUV | 112.78 | 207.71 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 254 | 0.04 | 0.93 | 0 | 0.00 | 297.71 | 0.99 | 0.53 |
| Hex | F5 | 12 | FE | 4 | 5D | 0 | 0 | 12A | 63 | 35 |
| Octal | 365 | 22 | 376 | 4 | 135 | 0 | 0 | 452 | 143 | 65 |
| Binary | 11110101 | 10010 | 11111110 | 100 | 1011101 | 0 | 0 | 100101010 | 1100011 | 110101 |
Color Harmonies of #F512FE
Complementary color
Monochromatic Colors of #F512FE
Black with #F512FE
Text Example
Text Example
White with #F512FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512FE; }
p { color: rgb(245,18,254); }
H1.HeaderClassName
{
color: #F512FE;
}
.AnyTagClassName
{
color: #F512FE;
}
</style>
background-color css
<style>
a { background-color: #F512FE; }
a { background-color: rgb(245,18,254); }
div.DivClassName
{
background-color: #F512FE;
}
.BgClassName
{
background-color: #F512FE;
}
</style>
border-color css
<style>
span { border-color: #F512FE; }
span { border-color: rgb(245,18,254); }
td.TdClassName
{
border-color: #F512FE;
}
.TagClassName
{
border-color: #F512FE;
}
</style>