Shades of Magenta #FE32FD
Tints of Magenta #FE32FD
RGB
CMYK
RGB Variations
Color information
#FE32FD (or 0xFE32FD) is known color: Magenta. HEX triplet: FE, 32 and FD. RGB value is (254,50,253). Sum of RGB (Red+Green+Blue) = 254+50+253=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 50 (19.92% from 255 or 8.98% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE32FD is #01CD02. Grayscale: #858585. Windows color (decimal): -118019 or 16593662. OLE color: 16593662.
HSL color Cylindrical-coordinate representation of color #FE32FD: hue angle of 300.29º 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 #FE32FD is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 253 | - |
| CMYK | 0 | 0.80 | 0.00 | 0.00 |
| HSL | 300.29º | 0.99% | 0.6% | - |
| HSV(B) | 300.29º | 0.8% | 1% | - |
| XYZ | 59.74 | 30.44 | 95.66 | - |
| YUV | 134.14 | 195.09 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 253 | 0 | 0.80 | 0.00 | 0.00 | 300.29 | 0.99 | 0.6 |
| Hex | FE | 32 | FD | 0 | 50 | 0 | 0 | 12C | 63 | 3C |
| Octal | 376 | 62 | 375 | 0 | 120 | 0 | 0 | 454 | 143 | 74 |
| Binary | 11111110 | 110010 | 11111101 | 0 | 1010000 | 0 | 0 | 100101100 | 1100011 | 111100 |
Color Harmonies of #FE32FD
Complementary color
Monochromatic Colors of #FE32FD
Black with #FE32FD
Text Example
Text Example
White with #FE32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE32FD; }
p { color: rgb(254,50,253); }
H1.HeaderClassName
{
color: #FE32FD;
}
.AnyTagClassName
{
color: #FE32FD;
}
</style>
background-color css
<style>
a { background-color: #FE32FD; }
a { background-color: rgb(254,50,253); }
div.DivClassName
{
background-color: #FE32FD;
}
.BgClassName
{
background-color: #FE32FD;
}
</style>
border-color css
<style>
span { border-color: #FE32FD; }
span { border-color: rgb(254,50,253); }
td.TdClassName
{
border-color: #FE32FD;
}
.TagClassName
{
border-color: #FE32FD;
}
</style>