Shades of Magenta #FE05EF
Tints of Magenta #FE05EF
RGB
CMYK
RGB Variations
Color information
#FE05EF (or 0xFE05EF) is known color: Magenta. HEX triplet: FE, 05 and EF. RGB value is (254,5,239). Sum of RGB (Red+Green+Blue) = 254+5+239=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 5 (2.34% from 255 or 1.00% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE05EF is #01FA10. Grayscale: #696969. Windows color (decimal): -129553 or 15664638. OLE color: 15664638.
HSL color Cylindrical-coordinate representation of color #FE05EF: hue angle of 303.61º 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 #FE05EF is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 239 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.00 |
| HSL | 303.61º | 0.99% | 0.51% | - |
| HSV(B) | 303.61º | 0.98% | 1% | - |
| XYZ | 56.51 | 27.41 | 83.97 | - |
| YUV | 106.13 | 202.99 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 239 | 0 | 0.98 | 0.06 | 0.00 | 303.61 | 0.99 | 0.51 |
| Hex | FE | 5 | EF | 0 | 62 | 6 | 0 | 130 | 63 | 33 |
| Octal | 376 | 5 | 357 | 0 | 142 | 6 | 0 | 460 | 143 | 63 |
| Binary | 11111110 | 101 | 11101111 | 0 | 1100010 | 110 | 0 | 100110000 | 1100011 | 110011 |
Color Harmonies of #FE05EF
Complementary color
Monochromatic Colors of #FE05EF
Black with #FE05EF
Text Example
Text Example
White with #FE05EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE05EF; }
p { color: rgb(254,5,239); }
H1.HeaderClassName
{
color: #FE05EF;
}
.AnyTagClassName
{
color: #FE05EF;
}
</style>
background-color css
<style>
a { background-color: #FE05EF; }
a { background-color: rgb(254,5,239); }
div.DivClassName
{
background-color: #FE05EF;
}
.BgClassName
{
background-color: #FE05EF;
}
</style>
border-color css
<style>
span { border-color: #FE05EF; }
span { border-color: rgb(254,5,239); }
td.TdClassName
{
border-color: #FE05EF;
}
.TagClassName
{
border-color: #FE05EF;
}
</style>