Shades of Magenta #F512F4
Tints of Magenta #F512F4
RGB
CMYK
RGB Variations
Color information
#F512F4 (or 0xF512F4) is known color: Magenta. HEX triplet: F5, 12 and F4. RGB value is (245,18,244). Sum of RGB (Red+Green+Blue) = 245+18+244=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 18 (7.42% from 255 or 3.55% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F512F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F512F4 is #0AED0B. Grayscale: #6E6E6E. Windows color (decimal): -716044 or 15995637. OLE color: 15995637.
HSL color Cylindrical-coordinate representation of color #F512F4: hue angle of 300.26º 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 #F512F4 is Cyan = 0, Magento = 0.93, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 244 | - |
| CMYK | 0 | 0.93 | 0.00 | 0.04 |
| HSL | 300.26º | 0.92% | 0.52% | - |
| HSV(B) | 300.26º | 0.93% | 0.96% | - |
| XYZ | 54.2 | 26.38 | 87.82 | - |
| YUV | 111.64 | 202.71 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 244 | 0 | 0.93 | 0.00 | 0.04 | 300.26 | 0.92 | 0.52 |
| Hex | F5 | 12 | F4 | 0 | 5D | 0 | 4 | 12C | 5C | 34 |
| Octal | 365 | 22 | 364 | 0 | 135 | 0 | 4 | 454 | 134 | 64 |
| Binary | 11110101 | 10010 | 11110100 | 0 | 1011101 | 0 | 100 | 100101100 | 1011100 | 110100 |
Color Harmonies of #F512F4
Complementary color
Monochromatic Colors of #F512F4
Black with #F512F4
Text Example
Text Example
White with #F512F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512F4; }
p { color: rgb(245,18,244); }
H1.HeaderClassName
{
color: #F512F4;
}
.AnyTagClassName
{
color: #F512F4;
}
</style>
background-color css
<style>
a { background-color: #F512F4; }
a { background-color: rgb(245,18,244); }
div.DivClassName
{
background-color: #F512F4;
}
.BgClassName
{
background-color: #F512F4;
}
</style>
border-color css
<style>
span { border-color: #F512F4; }
span { border-color: rgb(245,18,244); }
td.TdClassName
{
border-color: #F512F4;
}
.TagClassName
{
border-color: #F512F4;
}
</style>