Shades of Magenta #F51AF0
Tints of Magenta #F51AF0
RGB
CMYK
RGB Variations
Color information
#F51AF0 (or 0xF51AF0) is known color: Magenta. HEX triplet: F5, 1A and F0. RGB value is (245,26,240). Sum of RGB (Red+Green+Blue) = 245+26+240=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 26 (10.55% from 255 or 5.09% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F51AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51AF0 is #0AE50F. Grayscale: #737373. Windows color (decimal): -714000 or 15735541. OLE color: 15735541.
HSL color Cylindrical-coordinate representation of color #F51AF0: hue angle of 301.37º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51AF0 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 26 | 240 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.04 |
| HSL | 301.37º | 0.92% | 0.53% | - |
| HSV(B) | 301.37º | 0.89% | 0.96% | - |
| XYZ | 53.75 | 26.44 | 84.71 | - |
| YUV | 115.88 | 198.05 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 26 | 240 | 0 | 0.89 | 0.02 | 0.04 | 301.37 | 0.92 | 0.53 |
| Hex | F5 | 1A | F0 | 0 | 59 | 2 | 4 | 12D | 5C | 35 |
| Octal | 365 | 32 | 360 | 0 | 131 | 2 | 4 | 455 | 134 | 65 |
| Binary | 11110101 | 11010 | 11110000 | 0 | 1011001 | 10 | 100 | 100101101 | 1011100 | 110101 |
Color Harmonies of #F51AF0
Complementary color
Monochromatic Colors of #F51AF0
Black with #F51AF0
Text Example
Text Example
White with #F51AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51AF0; }
p { color: rgb(245,26,240); }
H1.HeaderClassName
{
color: #F51AF0;
}
.AnyTagClassName
{
color: #F51AF0;
}
</style>
background-color css
<style>
a { background-color: #F51AF0; }
a { background-color: rgb(245,26,240); }
div.DivClassName
{
background-color: #F51AF0;
}
.BgClassName
{
background-color: #F51AF0;
}
</style>
border-color css
<style>
span { border-color: #F51AF0; }
span { border-color: rgb(245,26,240); }
td.TdClassName
{
border-color: #F51AF0;
}
.TagClassName
{
border-color: #F51AF0;
}
</style>