Shades of Magenta #FD32FD
Tints of Magenta #FD32FD
RGB
CMYK
RGB Variations
Color information
#FD32FD (or 0xFD32FD) is known color: Magenta. HEX triplet: FD, 32 and FD. RGB value is (253,50,253). Sum of RGB (Red+Green+Blue) = 253+50+253=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 50 (19.92% from 255 or 8.99% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD32FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD32FD is #02CD02. Grayscale: #858585. Windows color (decimal): -183555 or 16593661. OLE color: 16593661.
HSL color Cylindrical-coordinate representation of color #FD32FD: hue angle of 300º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD32FD is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 253 | - |
| CMYK | 0 | 0.80 | 0 | 0.01 |
| HSL | 300º | 0.98% | 0.59% | - |
| HSV(B) | 300º | 0.8% | 0.99% | - |
| XYZ | 59.38 | 30.26 | 95.64 | - |
| YUV | 133.84 | 195.25 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 253 | 0 | 0.80 | 0 | 0.01 | 300 | 0.98 | 0.59 |
| Hex | FD | 32 | FD | 0 | 50 | 0 | 1 | 12C | 62 | 3B |
| Octal | 375 | 62 | 375 | 0 | 120 | 0 | 1 | 454 | 142 | 73 |
| Binary | 11111101 | 110010 | 11111101 | 0 | 1010000 | 0 | 1 | 100101100 | 1100010 | 111011 |
Color Harmonies of #FD32FD
Complementary color
Monochromatic Colors of #FD32FD
Black with #FD32FD
Text Example
Text Example
White with #FD32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32FD; }
p { color: rgb(253,50,253); }
H1.HeaderClassName
{
color: #FD32FD;
}
.AnyTagClassName
{
color: #FD32FD;
}
</style>
background-color css
<style>
a { background-color: #FD32FD; }
a { background-color: rgb(253,50,253); }
div.DivClassName
{
background-color: #FD32FD;
}
.BgClassName
{
background-color: #FD32FD;
}
</style>
border-color css
<style>
span { border-color: #FD32FD; }
span { border-color: rgb(253,50,253); }
td.TdClassName
{
border-color: #FD32FD;
}
.TagClassName
{
border-color: #FD32FD;
}
</style>