Shades of Magenta #FE05FF
Tints of Magenta #FE05FF
RGB
CMYK
RGB Variations
Color information
#FE05FF (or 0xFE05FF) is known color: Magenta. HEX triplet: FE, 05 and FF. RGB value is (254,5,255). Sum of RGB (Red+Green+Blue) = 254+5+255=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 5 (2.34% from 255 or 0.97% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE05FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE05FF is #01FA00. Grayscale: #6B6B6B. Windows color (decimal): -129537 or 16713214. OLE color: 16713214.
HSL color Cylindrical-coordinate representation of color #FE05FF: hue angle of 299.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE05FF is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 5 | 255 | - |
| CMYK | 0.00 | 0.98 | 0 | 0 |
| HSL | 299.76º | 1% | 0.51% | - |
| HSV(B) | 299.76º | 0.98% | 1% | - |
| XYZ | 58.98 | 28.4 | 96.98 | - |
| YUV | 107.95 | 210.99 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 255 | 0.00 | 0.98 | 0 | 0 | 299.76 | 1 | 0.51 |
| Hex | FE | 5 | FF | 0 | 62 | 0 | 0 | 12C | 64 | 33 |
| Octal | 376 | 5 | 377 | 0 | 142 | 0 | 0 | 454 | 144 | 63 |
| Binary | 11111110 | 101 | 11111111 | 0 | 1100010 | 0 | 0 | 100101100 | 1100100 | 110011 |
Color Harmonies of #FE05FF
Complementary color
Monochromatic Colors of #FE05FF
Black with #FE05FF
Text Example
Text Example
White with #FE05FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE05FF; }
p { color: rgb(254,5,255); }
H1.HeaderClassName
{
color: #FE05FF;
}
.AnyTagClassName
{
color: #FE05FF;
}
</style>
background-color css
<style>
a { background-color: #FE05FF; }
a { background-color: rgb(254,5,255); }
div.DivClassName
{
background-color: #FE05FF;
}
.BgClassName
{
background-color: #FE05FF;
}
</style>
border-color css
<style>
span { border-color: #FE05FF; }
span { border-color: rgb(254,5,255); }
td.TdClassName
{
border-color: #FE05FF;
}
.TagClassName
{
border-color: #FE05FF;
}
</style>