Shades of Magenta #FB32FB
Tints of Magenta #FB32FB
RGB
CMYK
RGB Variations
Color information
#FB32FB (or 0xFB32FB) is known color: Magenta. HEX triplet: FB, 32 and FB. RGB value is (251,50,251). Sum of RGB (Red+Green+Blue) = 251+50+251=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 50 (19.92% from 255 or 9.06% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB32FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB32FB is #04CD04. Grayscale: #848484. Windows color (decimal): -314629 or 16462587. OLE color: 16462587.
HSL color Cylindrical-coordinate representation of color #FB32FB: hue angle of 300º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB32FB is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 251 | - |
| CMYK | 0 | 0.80 | 0 | 0.02 |
| HSL | 300º | 0.96% | 0.59% | - |
| HSV(B) | 300º | 0.8% | 0.98% | - |
| XYZ | 58.34 | 29.76 | 93.94 | - |
| YUV | 133.01 | 194.59 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 251 | 0 | 0.80 | 0 | 0.02 | 300 | 0.96 | 0.59 |
| Hex | FB | 32 | FB | 0 | 50 | 0 | 2 | 12C | 60 | 3B |
| Octal | 373 | 62 | 373 | 0 | 120 | 0 | 2 | 454 | 140 | 73 |
| Binary | 11111011 | 110010 | 11111011 | 0 | 1010000 | 0 | 10 | 100101100 | 1100000 | 111011 |
Color Harmonies of #FB32FB
Complementary color
Monochromatic Colors of #FB32FB
Black with #FB32FB
Text Example
Text Example
White with #FB32FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32FB; }
p { color: rgb(251,50,251); }
H1.HeaderClassName
{
color: #FB32FB;
}
.AnyTagClassName
{
color: #FB32FB;
}
</style>
background-color css
<style>
a { background-color: #FB32FB; }
a { background-color: rgb(251,50,251); }
div.DivClassName
{
background-color: #FB32FB;
}
.BgClassName
{
background-color: #FB32FB;
}
</style>
border-color css
<style>
span { border-color: #FB32FB; }
span { border-color: rgb(251,50,251); }
td.TdClassName
{
border-color: #FB32FB;
}
.TagClassName
{
border-color: #FB32FB;
}
</style>