Shades of Magenta #F512EF
Tints of Magenta #F512EF
RGB
CMYK
RGB Variations
Color information
#F512EF (or 0xF512EF) is known color: Magenta. HEX triplet: F5, 12 and EF. RGB value is (245,18,239). Sum of RGB (Red+Green+Blue) = 245+18+239=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 18 (7.42% from 255 or 3.59% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F512EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F512EF is #0AED10. Grayscale: #6E6E6E. Windows color (decimal): -716049 or 15667957. OLE color: 15667957.
HSL color Cylindrical-coordinate representation of color #F512EF: hue angle of 301.59º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F512EF is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 239 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.04 |
| HSL | 301.59º | 0.92% | 0.52% | - |
| HSV(B) | 301.59º | 0.93% | 0.96% | - |
| XYZ | 53.45 | 26.08 | 83.88 | - |
| YUV | 111.07 | 200.21 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 239 | 0 | 0.93 | 0.02 | 0.04 | 301.59 | 0.92 | 0.52 |
| Hex | F5 | 12 | EF | 0 | 5D | 2 | 4 | 12E | 5C | 34 |
| Octal | 365 | 22 | 357 | 0 | 135 | 2 | 4 | 456 | 134 | 64 |
| Binary | 11110101 | 10010 | 11101111 | 0 | 1011101 | 10 | 100 | 100101110 | 1011100 | 110100 |
Color Harmonies of #F512EF
Complementary color
Monochromatic Colors of #F512EF
Black with #F512EF
Text Example
Text Example
White with #F512EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512EF; }
p { color: rgb(245,18,239); }
H1.HeaderClassName
{
color: #F512EF;
}
.AnyTagClassName
{
color: #F512EF;
}
</style>
background-color css
<style>
a { background-color: #F512EF; }
a { background-color: rgb(245,18,239); }
div.DivClassName
{
background-color: #F512EF;
}
.BgClassName
{
background-color: #F512EF;
}
</style>
border-color css
<style>
span { border-color: #F512EF; }
span { border-color: rgb(245,18,239); }
td.TdClassName
{
border-color: #F512EF;
}
.TagClassName
{
border-color: #F512EF;
}
</style>