Shades of Magenta #F512F7
Tints of Magenta #F512F7
RGB
CMYK
RGB Variations
Color information
#F512F7 (or 0xF512F7) is known color: Magenta. HEX triplet: F5, 12 and F7. RGB value is (245,18,247). Sum of RGB (Red+Green+Blue) = 245+18+247=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 18 (7.42% from 255 or 3.53% from 510); Blue value is 247 (96.88% from 255 or 48.43% from 510); Max value from RGB is 247 - color contains mainly: blue. Hex color #F512F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F512F7 is #0AED08. Grayscale: #6F6F6F. Windows color (decimal): -716041 or 16192245. OLE color: 16192245.
HSL color Cylindrical-coordinate representation of color #F512F7: hue angle of 299.48º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F512F7 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 18 | 247 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.03 |
| HSL | 299.48º | 0.93% | 0.52% | - |
| HSV(B) | 299.48º | 0.93% | 0.97% | - |
| XYZ | 54.66 | 26.56 | 90.24 | - |
| YUV | 111.98 | 204.21 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 247 | 0.01 | 0.93 | 0 | 0.03 | 299.48 | 0.93 | 0.52 |
| Hex | F5 | 12 | F7 | 1 | 5D | 0 | 3 | 12B | 5D | 34 |
| Octal | 365 | 22 | 367 | 1 | 135 | 0 | 3 | 453 | 135 | 64 |
| Binary | 11110101 | 10010 | 11110111 | 1 | 1011101 | 0 | 11 | 100101011 | 1011101 | 110100 |
Color Harmonies of #F512F7
Complementary color
Monochromatic Colors of #F512F7
Black with #F512F7
Text Example
Text Example
White with #F512F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512F7; }
p { color: rgb(245,18,247); }
H1.HeaderClassName
{
color: #F512F7;
}
.AnyTagClassName
{
color: #F512F7;
}
</style>
background-color css
<style>
a { background-color: #F512F7; }
a { background-color: rgb(245,18,247); }
div.DivClassName
{
background-color: #F512F7;
}
.BgClassName
{
background-color: #F512F7;
}
</style>
border-color css
<style>
span { border-color: #F512F7; }
span { border-color: rgb(245,18,247); }
td.TdClassName
{
border-color: #F512F7;
}
.TagClassName
{
border-color: #F512F7;
}
</style>