Shades of Magenta #FE05FB
Tints of Magenta #FE05FB
RGB
CMYK
RGB Variations
Color information
#FE05FB (or 0xFE05FB) is known color: Magenta. HEX triplet: FE, 05 and FB. RGB value is (254,5,251). Sum of RGB (Red+Green+Blue) = 254+5+251=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 5 (2.34% from 255 or 0.98% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE05FB is #01FA04. Grayscale: #6A6A6A. Windows color (decimal): -129541 or 16451070. OLE color: 16451070.
HSL color Cylindrical-coordinate representation of color #FE05FB: hue angle of 300.72º 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 #FE05FB is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 251 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.00 |
| HSL | 300.72º | 0.99% | 0.51% | - |
| HSV(B) | 300.72º | 0.98% | 1% | - |
| XYZ | 58.34 | 28.14 | 93.62 | - |
| YUV | 107.5 | 208.99 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 251 | 0 | 0.98 | 0.01 | 0.00 | 300.72 | 0.99 | 0.51 |
| Hex | FE | 5 | FB | 0 | 62 | 1 | 0 | 12D | 63 | 33 |
| Octal | 376 | 5 | 373 | 0 | 142 | 1 | 0 | 455 | 143 | 63 |
| Binary | 11111110 | 101 | 11111011 | 0 | 1100010 | 1 | 0 | 100101101 | 1100011 | 110011 |
Color Harmonies of #FE05FB
Complementary color
Monochromatic Colors of #FE05FB
Black with #FE05FB
Text Example
Text Example
White with #FE05FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE05FB; }
p { color: rgb(254,5,251); }
H1.HeaderClassName
{
color: #FE05FB;
}
.AnyTagClassName
{
color: #FE05FB;
}
</style>
background-color css
<style>
a { background-color: #FE05FB; }
a { background-color: rgb(254,5,251); }
div.DivClassName
{
background-color: #FE05FB;
}
.BgClassName
{
background-color: #FE05FB;
}
</style>
border-color css
<style>
span { border-color: #FE05FB; }
span { border-color: rgb(254,5,251); }
td.TdClassName
{
border-color: #FE05FB;
}
.TagClassName
{
border-color: #FE05FB;
}
</style>