Shades of Magenta #F51AFE
Tints of Magenta #F51AFE
RGB
CMYK
RGB Variations
Color information
#F51AFE (or 0xF51AFE) is known color: Magenta. HEX triplet: F5, 1A and FE. RGB value is (245,26,254). Sum of RGB (Red+Green+Blue) = 245+26+254=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 26 (10.55% from 255 or 4.95% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #F51AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51AFE is #0AE501. Grayscale: #747474. Windows color (decimal): -713986 or 16653045. OLE color: 16653045.
HSL color Cylindrical-coordinate representation of color #F51AFE: hue angle of 297.63º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51AFE is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 26 | 254 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.00 |
| HSL | 297.63º | 0.99% | 0.55% | - |
| HSV(B) | 297.63º | 0.9% | 1% | - |
| XYZ | 55.91 | 27.31 | 96.09 | - |
| YUV | 117.47 | 205.05 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 26 | 254 | 0.04 | 0.90 | 0 | 0.00 | 297.63 | 0.99 | 0.55 |
| Hex | F5 | 1A | FE | 4 | 5A | 0 | 0 | 12A | 63 | 37 |
| Octal | 365 | 32 | 376 | 4 | 132 | 0 | 0 | 452 | 143 | 67 |
| Binary | 11110101 | 11010 | 11111110 | 100 | 1011010 | 0 | 0 | 100101010 | 1100011 | 110111 |
Color Harmonies of #F51AFE
Complementary color
Monochromatic Colors of #F51AFE
Black with #F51AFE
Text Example
Text Example
White with #F51AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51AFE; }
p { color: rgb(245,26,254); }
H1.HeaderClassName
{
color: #F51AFE;
}
.AnyTagClassName
{
color: #F51AFE;
}
</style>
background-color css
<style>
a { background-color: #F51AFE; }
a { background-color: rgb(245,26,254); }
div.DivClassName
{
background-color: #F51AFE;
}
.BgClassName
{
background-color: #F51AFE;
}
</style>
border-color css
<style>
span { border-color: #F51AFE; }
span { border-color: rgb(245,26,254); }
td.TdClassName
{
border-color: #F51AFE;
}
.TagClassName
{
border-color: #F51AFE;
}
</style>