Shades of Persian Rose #FB32A2
Tints of Persian Rose #FB32A2
RGB
CMYK
RGB Variations
Color information
#FB32A2 (or 0xFB32A2) is known color: Persian Rose. HEX triplet: FB, 32 and A2. RGB value is (251,50,162). Sum of RGB (Red+Green+Blue) = 251+50+162=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB32A2 is #04CD5D. Grayscale: #7A7A7A. Windows color (decimal): -314718 or 10629883. OLE color: 10629883.
HSL color Cylindrical-coordinate representation of color #FB32A2: hue angle of 326.57º 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 #FB32A2 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 162 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.02 |
| HSL | 326.57º | 0.96% | 0.59% | - |
| HSV(B) | 326.57º | 0.8% | 0.98% | - |
| XYZ | 47.45 | 25.4 | 36.58 | - |
| YUV | 122.87 | 150.09 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 162 | 0 | 0.80 | 0.35 | 0.02 | 326.57 | 0.96 | 0.59 |
| Hex | FB | 32 | A2 | 0 | 50 | 23 | 2 | 147 | 60 | 3B |
| Octal | 373 | 62 | 242 | 0 | 120 | 43 | 2 | 507 | 140 | 73 |
| Binary | 11111011 | 110010 | 10100010 | 0 | 1010000 | 100011 | 10 | 101000111 | 1100000 | 111011 |
Color Harmonies of #FB32A2
Complementary color
Monochromatic Colors of #FB32A2
Black with #FB32A2
Text Example
Text Example
White with #FB32A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32A2; }
p { color: rgb(251,50,162); }
H1.HeaderClassName
{
color: #FB32A2;
}
.AnyTagClassName
{
color: #FB32A2;
}
</style>
background-color css
<style>
a { background-color: #FB32A2; }
a { background-color: rgb(251,50,162); }
div.DivClassName
{
background-color: #FB32A2;
}
.BgClassName
{
background-color: #FB32A2;
}
</style>
border-color css
<style>
span { border-color: #FB32A2; }
span { border-color: rgb(251,50,162); }
td.TdClassName
{
border-color: #FB32A2;
}
.TagClassName
{
border-color: #FB32A2;
}
</style>