Shades of Magenta #F51DFE
Tints of Magenta #F51DFE
RGB
CMYK
RGB Variations
Color information
#F51DFE (or 0xF51DFE) is known color: Magenta. HEX triplet: F5, 1D and FE. RGB value is (245,29,254). Sum of RGB (Red+Green+Blue) = 245+29+254=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 29 (11.72% from 255 or 5.49% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #F51DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51DFE is #0AE201. Grayscale: #767676. Windows color (decimal): -713218 or 16653813. OLE color: 16653813.
HSL color Cylindrical-coordinate representation of color #F51DFE: hue angle of 297.6º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51DFE is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 29 | 254 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.00 |
| HSL | 297.6º | 0.99% | 0.55% | - |
| HSV(B) | 297.6º | 0.89% | 1% | - |
| XYZ | 55.98 | 27.45 | 96.11 | - |
| YUV | 119.23 | 204.06 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 29 | 254 | 0.04 | 0.89 | 0 | 0.00 | 297.6 | 0.99 | 0.55 |
| Hex | F5 | 1D | FE | 4 | 59 | 0 | 0 | 12A | 63 | 37 |
| Octal | 365 | 35 | 376 | 4 | 131 | 0 | 0 | 452 | 143 | 67 |
| Binary | 11110101 | 11101 | 11111110 | 100 | 1011001 | 0 | 0 | 100101010 | 1100011 | 110111 |
Color Harmonies of #F51DFE
Complementary color
Monochromatic Colors of #F51DFE
Black with #F51DFE
Text Example
Text Example
White with #F51DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51DFE; }
p { color: rgb(245,29,254); }
H1.HeaderClassName
{
color: #F51DFE;
}
.AnyTagClassName
{
color: #F51DFE;
}
</style>
background-color css
<style>
a { background-color: #F51DFE; }
a { background-color: rgb(245,29,254); }
div.DivClassName
{
background-color: #F51DFE;
}
.BgClassName
{
background-color: #F51DFE;
}
</style>
border-color css
<style>
span { border-color: #F51DFE; }
span { border-color: rgb(245,29,254); }
td.TdClassName
{
border-color: #F51DFE;
}
.TagClassName
{
border-color: #F51DFE;
}
</style>