Shades of Persian Rose #FB32B5
Tints of Persian Rose #FB32B5
RGB
CMYK
RGB Variations
Color information
#FB32B5 (or 0xFB32B5) is known color: Persian Rose. HEX triplet: FB, 32 and B5. RGB value is (251,50,181). Sum of RGB (Red+Green+Blue) = 251+50+181=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB32B5 is #04CD4A. Grayscale: #7C7C7C. Windows color (decimal): -314699 or 11875067. OLE color: 11875067.
HSL color Cylindrical-coordinate representation of color #FB32B5: hue angle of 320.9º 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 #FB32B5 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 181 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.02 |
| HSL | 320.9º | 0.96% | 0.59% | - |
| HSV(B) | 320.9º | 0.8% | 0.98% | - |
| XYZ | 49.26 | 26.13 | 46.16 | - |
| YUV | 125.03 | 159.59 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 181 | 0 | 0.80 | 0.28 | 0.02 | 320.9 | 0.96 | 0.59 |
| Hex | FB | 32 | B5 | 0 | 50 | 1C | 2 | 141 | 60 | 3B |
| Octal | 373 | 62 | 265 | 0 | 120 | 34 | 2 | 501 | 140 | 73 |
| Binary | 11111011 | 110010 | 10110101 | 0 | 1010000 | 11100 | 10 | 101000001 | 1100000 | 111011 |
Color Harmonies of #FB32B5
Complementary color
Monochromatic Colors of #FB32B5
Black with #FB32B5
Text Example
Text Example
White with #FB32B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32B5; }
p { color: rgb(251,50,181); }
H1.HeaderClassName
{
color: #FB32B5;
}
.AnyTagClassName
{
color: #FB32B5;
}
</style>
background-color css
<style>
a { background-color: #FB32B5; }
a { background-color: rgb(251,50,181); }
div.DivClassName
{
background-color: #FB32B5;
}
.BgClassName
{
background-color: #FB32B5;
}
</style>
border-color css
<style>
span { border-color: #FB32B5; }
span { border-color: rgb(251,50,181); }
td.TdClassName
{
border-color: #FB32B5;
}
.TagClassName
{
border-color: #FB32B5;
}
</style>