Shades of Magenta #FE05FC
Tints of Magenta #FE05FC
RGB
CMYK
RGB Variations
Color information
#FE05FC (or 0xFE05FC) is known color: Magenta. HEX triplet: FE, 05 and FC. RGB value is (254,5,252). Sum of RGB (Red+Green+Blue) = 254+5+252=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 5 (2.34% from 255 or 0.98% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE05FC is #01FA03. Grayscale: #6A6A6A. Windows color (decimal): -129540 or 16516606. OLE color: 16516606.
HSL color Cylindrical-coordinate representation of color #FE05FC: hue angle of 300.48º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE05FC is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 252 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.00 |
| HSL | 300.48º | 0.99% | 0.51% | - |
| HSV(B) | 300.48º | 0.98% | 1% | - |
| XYZ | 58.5 | 28.21 | 94.46 | - |
| YUV | 107.61 | 209.49 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 252 | 0 | 0.98 | 0.01 | 0.00 | 300.48 | 0.99 | 0.51 |
| Hex | FE | 5 | FC | 0 | 62 | 1 | 0 | 12C | 63 | 33 |
| Octal | 376 | 5 | 374 | 0 | 142 | 1 | 0 | 454 | 143 | 63 |
| Binary | 11111110 | 101 | 11111100 | 0 | 1100010 | 1 | 0 | 100101100 | 1100011 | 110011 |
Color Harmonies of #FE05FC
Complementary color
Monochromatic Colors of #FE05FC
Black with #FE05FC
Text Example
Text Example
White with #FE05FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE05FC; }
p { color: rgb(254,5,252); }
H1.HeaderClassName
{
color: #FE05FC;
}
.AnyTagClassName
{
color: #FE05FC;
}
</style>
background-color css
<style>
a { background-color: #FE05FC; }
a { background-color: rgb(254,5,252); }
div.DivClassName
{
background-color: #FE05FC;
}
.BgClassName
{
background-color: #FE05FC;
}
</style>
border-color css
<style>
span { border-color: #FE05FC; }
span { border-color: rgb(254,5,252); }
td.TdClassName
{
border-color: #FE05FC;
}
.TagClassName
{
border-color: #FE05FC;
}
</style>