Shades of Magenta #F512F8
Tints of Magenta #F512F8
RGB
CMYK
RGB Variations
Color information
#F512F8 (or 0xF512F8) is known color: Magenta. HEX triplet: F5, 12 and F8. RGB value is (245,18,248). Sum of RGB (Red+Green+Blue) = 245+18+248=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 18 (7.42% from 255 or 3.52% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #F512F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F512F8 is #0AED07. Grayscale: #6F6F6F. Windows color (decimal): -716040 or 16257781. OLE color: 16257781.
HSL color Cylindrical-coordinate representation of color #F512F8: hue angle of 299.22º degrees, saturation: 0.94, 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 #F512F8 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 18 | 248 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.03 |
| HSL | 299.22º | 0.94% | 0.52% | - |
| HSV(B) | 299.22º | 0.93% | 0.97% | - |
| XYZ | 54.82 | 26.62 | 91.06 | - |
| YUV | 112.09 | 204.71 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 248 | 0.01 | 0.93 | 0 | 0.03 | 299.22 | 0.94 | 0.52 |
| Hex | F5 | 12 | F8 | 1 | 5D | 0 | 3 | 12B | 5E | 34 |
| Octal | 365 | 22 | 370 | 1 | 135 | 0 | 3 | 453 | 136 | 64 |
| Binary | 11110101 | 10010 | 11111000 | 1 | 1011101 | 0 | 11 | 100101011 | 1011110 | 110100 |
Color Harmonies of #F512F8
Complementary color
Monochromatic Colors of #F512F8
Black with #F512F8
Text Example
Text Example
White with #F512F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512F8; }
p { color: rgb(245,18,248); }
H1.HeaderClassName
{
color: #F512F8;
}
.AnyTagClassName
{
color: #F512F8;
}
</style>
background-color css
<style>
a { background-color: #F512F8; }
a { background-color: rgb(245,18,248); }
div.DivClassName
{
background-color: #F512F8;
}
.BgClassName
{
background-color: #F512F8;
}
</style>
border-color css
<style>
span { border-color: #F512F8; }
span { border-color: rgb(245,18,248); }
td.TdClassName
{
border-color: #F512F8;
}
.TagClassName
{
border-color: #F512F8;
}
</style>