Shades of Magenta #FD32FB
Tints of Magenta #FD32FB
RGB
CMYK
RGB Variations
Color information
#FD32FB (or 0xFD32FB) is known color: Magenta. HEX triplet: FD, 32 and FB. RGB value is (253,50,251). Sum of RGB (Red+Green+Blue) = 253+50+251=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 50 (19.92% from 255 or 9.03% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD32FB is #02CD04. Grayscale: #858585. Windows color (decimal): -183557 or 16462589. OLE color: 16462589.
HSL color Cylindrical-coordinate representation of color #FD32FB: hue angle of 300.59º 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 #FD32FB is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 251 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.01 |
| HSL | 300.59º | 0.98% | 0.59% | - |
| HSV(B) | 300.59º | 0.8% | 0.99% | - |
| XYZ | 59.06 | 30.13 | 93.97 | - |
| YUV | 133.61 | 194.25 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 251 | 0 | 0.80 | 0.01 | 0.01 | 300.59 | 0.98 | 0.59 |
| Hex | FD | 32 | FB | 0 | 50 | 1 | 1 | 12D | 62 | 3B |
| Octal | 375 | 62 | 373 | 0 | 120 | 1 | 1 | 455 | 142 | 73 |
| Binary | 11111101 | 110010 | 11111011 | 0 | 1010000 | 1 | 1 | 100101101 | 1100010 | 111011 |
Color Harmonies of #FD32FB
Complementary color
Monochromatic Colors of #FD32FB
Black with #FD32FB
Text Example
Text Example
White with #FD32FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32FB; }
p { color: rgb(253,50,251); }
H1.HeaderClassName
{
color: #FD32FB;
}
.AnyTagClassName
{
color: #FD32FB;
}
</style>
background-color css
<style>
a { background-color: #FD32FB; }
a { background-color: rgb(253,50,251); }
div.DivClassName
{
background-color: #FD32FB;
}
.BgClassName
{
background-color: #FD32FB;
}
</style>
border-color css
<style>
span { border-color: #FD32FB; }
span { border-color: rgb(253,50,251); }
td.TdClassName
{
border-color: #FD32FB;
}
.TagClassName
{
border-color: #FD32FB;
}
</style>