Shades of Persian Rose #FB32AB
Tints of Persian Rose #FB32AB
RGB
CMYK
RGB Variations
Color information
#FB32AB (or 0xFB32AB) is known color: Persian Rose. HEX triplet: FB, 32 and AB. RGB value is (251,50,171). Sum of RGB (Red+Green+Blue) = 251+50+171=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB32AB is #04CD54. Grayscale: #7B7B7B. Windows color (decimal): -314709 or 11219707. OLE color: 11219707.
HSL color Cylindrical-coordinate representation of color #FB32AB: hue angle of 323.88º 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 #FB32AB is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 171 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.02 |
| HSL | 323.88º | 0.96% | 0.59% | - |
| HSV(B) | 323.88º | 0.8% | 0.98% | - |
| XYZ | 48.27 | 25.73 | 40.95 | - |
| YUV | 123.89 | 154.59 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 171 | 0 | 0.80 | 0.32 | 0.02 | 323.88 | 0.96 | 0.59 |
| Hex | FB | 32 | AB | 0 | 50 | 20 | 2 | 144 | 60 | 3B |
| Octal | 373 | 62 | 253 | 0 | 120 | 40 | 2 | 504 | 140 | 73 |
| Binary | 11111011 | 110010 | 10101011 | 0 | 1010000 | 100000 | 10 | 101000100 | 1100000 | 111011 |
Color Harmonies of #FB32AB
Complementary color
Monochromatic Colors of #FB32AB
Black with #FB32AB
Text Example
Text Example
White with #FB32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32AB; }
p { color: rgb(251,50,171); }
H1.HeaderClassName
{
color: #FB32AB;
}
.AnyTagClassName
{
color: #FB32AB;
}
</style>
background-color css
<style>
a { background-color: #FB32AB; }
a { background-color: rgb(251,50,171); }
div.DivClassName
{
background-color: #FB32AB;
}
.BgClassName
{
background-color: #FB32AB;
}
</style>
border-color css
<style>
span { border-color: #FB32AB; }
span { border-color: rgb(251,50,171); }
td.TdClassName
{
border-color: #FB32AB;
}
.TagClassName
{
border-color: #FB32AB;
}
</style>