Shades of Magenta #FB32FA
Tints of Magenta #FB32FA
RGB
CMYK
RGB Variations
Color information
#FB32FA (or 0xFB32FA) is known color: Magenta. HEX triplet: FB, 32 and FA. RGB value is (251,50,250). Sum of RGB (Red+Green+Blue) = 251+50+250=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 50 (19.92% from 255 or 9.07% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB32FA is #04CD05. Grayscale: #848484. Windows color (decimal): -314630 or 16397051. OLE color: 16397051.
HSL color Cylindrical-coordinate representation of color #FB32FA: hue angle of 300.3º 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 #FB32FA is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 250 | - |
| CMYK | 0 | 0.80 | 0.00 | 0.02 |
| HSL | 300.3º | 0.96% | 0.59% | - |
| HSV(B) | 300.3º | 0.8% | 0.98% | - |
| XYZ | 58.18 | 29.69 | 93.11 | - |
| YUV | 132.9 | 194.09 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 250 | 0 | 0.80 | 0.00 | 0.02 | 300.3 | 0.96 | 0.59 |
| Hex | FB | 32 | FA | 0 | 50 | 0 | 2 | 12C | 60 | 3B |
| Octal | 373 | 62 | 372 | 0 | 120 | 0 | 2 | 454 | 140 | 73 |
| Binary | 11111011 | 110010 | 11111010 | 0 | 1010000 | 0 | 10 | 100101100 | 1100000 | 111011 |
Color Harmonies of #FB32FA
Complementary color
Monochromatic Colors of #FB32FA
Black with #FB32FA
Text Example
Text Example
White with #FB32FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32FA; }
p { color: rgb(251,50,250); }
H1.HeaderClassName
{
color: #FB32FA;
}
.AnyTagClassName
{
color: #FB32FA;
}
</style>
background-color css
<style>
a { background-color: #FB32FA; }
a { background-color: rgb(251,50,250); }
div.DivClassName
{
background-color: #FB32FA;
}
.BgClassName
{
background-color: #FB32FA;
}
</style>
border-color css
<style>
span { border-color: #FB32FA; }
span { border-color: rgb(251,50,250); }
td.TdClassName
{
border-color: #FB32FA;
}
.TagClassName
{
border-color: #FB32FA;
}
</style>