Shades of Magenta #F512E8
Tints of Magenta #F512E8
RGB
CMYK
RGB Variations
Color information
#F512E8 (or 0xF512E8) is known color: Magenta. HEX triplet: F5, 12 and E8. RGB value is (245,18,232). Sum of RGB (Red+Green+Blue) = 245+18+232=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 18 (7.42% from 255 or 3.64% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F512E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F512E8 is #0AED17. Grayscale: #6D6D6D. Windows color (decimal): -716056 or 15209205. OLE color: 15209205.
HSL color Cylindrical-coordinate representation of color #F512E8: hue angle of 303.44º 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 #F512E8 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 232 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.04 |
| HSL | 303.44º | 0.92% | 0.52% | - |
| HSV(B) | 303.44º | 0.93% | 0.96% | - |
| XYZ | 52.44 | 25.67 | 78.54 | - |
| YUV | 110.27 | 196.71 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 232 | 0 | 0.93 | 0.05 | 0.04 | 303.44 | 0.92 | 0.52 |
| Hex | F5 | 12 | E8 | 0 | 5D | 5 | 4 | 12F | 5C | 34 |
| Octal | 365 | 22 | 350 | 0 | 135 | 5 | 4 | 457 | 134 | 64 |
| Binary | 11110101 | 10010 | 11101000 | 0 | 1011101 | 101 | 100 | 100101111 | 1011100 | 110100 |
Color Harmonies of #F512E8
Complementary color
Monochromatic Colors of #F512E8
Black with #F512E8
Text Example
Text Example
White with #F512E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512E8; }
p { color: rgb(245,18,232); }
H1.HeaderClassName
{
color: #F512E8;
}
.AnyTagClassName
{
color: #F512E8;
}
</style>
background-color css
<style>
a { background-color: #F512E8; }
a { background-color: rgb(245,18,232); }
div.DivClassName
{
background-color: #F512E8;
}
.BgClassName
{
background-color: #F512E8;
}
</style>
border-color css
<style>
span { border-color: #F512E8; }
span { border-color: rgb(245,18,232); }
td.TdClassName
{
border-color: #F512E8;
}
.TagClassName
{
border-color: #F512E8;
}
</style>