Shades of Magenta #FE32FB
Tints of Magenta #FE32FB
RGB
CMYK
RGB Variations
Color information
#FE32FB (or 0xFE32FB) is known color: Magenta. HEX triplet: FE, 32 and FB. RGB value is (254,50,251). Sum of RGB (Red+Green+Blue) = 254+50+251=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 50 (19.92% from 255 or 9.01% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE32FB is #01CD04. Grayscale: #858585. Windows color (decimal): -118021 or 16462590. OLE color: 16462590.
HSL color Cylindrical-coordinate representation of color #FE32FB: hue angle of 300.88º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE32FB is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 251 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.00 |
| HSL | 300.88º | 0.99% | 0.6% | - |
| HSV(B) | 300.88º | 0.8% | 1% | - |
| XYZ | 59.43 | 30.32 | 93.99 | - |
| YUV | 133.91 | 194.09 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 251 | 0 | 0.80 | 0.01 | 0.00 | 300.88 | 0.99 | 0.6 |
| Hex | FE | 32 | FB | 0 | 50 | 1 | 0 | 12D | 63 | 3C |
| Octal | 376 | 62 | 373 | 0 | 120 | 1 | 0 | 455 | 143 | 74 |
| Binary | 11111110 | 110010 | 11111011 | 0 | 1010000 | 1 | 0 | 100101101 | 1100011 | 111100 |
Color Harmonies of #FE32FB
Complementary color
Monochromatic Colors of #FE32FB
Black with #FE32FB
Text Example
Text Example
White with #FE32FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE32FB; }
p { color: rgb(254,50,251); }
H1.HeaderClassName
{
color: #FE32FB;
}
.AnyTagClassName
{
color: #FE32FB;
}
</style>
background-color css
<style>
a { background-color: #FE32FB; }
a { background-color: rgb(254,50,251); }
div.DivClassName
{
background-color: #FE32FB;
}
.BgClassName
{
background-color: #FE32FB;
}
</style>
border-color css
<style>
span { border-color: #FE32FB; }
span { border-color: rgb(254,50,251); }
td.TdClassName
{
border-color: #FE32FB;
}
.TagClassName
{
border-color: #FE32FB;
}
</style>