Shades of Persian Rose #FB33AB
Tints of Persian Rose #FB33AB
RGB
CMYK
RGB Variations
Color information
#FB33AB (or 0xFB33AB) is known color: Persian Rose. HEX triplet: FB, 33 and AB. RGB value is (251,51,171). Sum of RGB (Red+Green+Blue) = 251+51+171=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB33AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB33AB is #04CC54. Grayscale: #7C7C7C. Windows color (decimal): -314453 or 11219963. OLE color: 11219963.
HSL color Cylindrical-coordinate representation of color #FB33AB: hue angle of 324º 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 #FB33AB is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 171 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.02 |
| HSL | 324º | 0.96% | 0.59% | - |
| HSV(B) | 324º | 0.8% | 0.98% | - |
| XYZ | 48.32 | 25.82 | 40.96 | - |
| YUV | 124.48 | 154.26 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 171 | 0 | 0.80 | 0.32 | 0.02 | 324 | 0.96 | 0.59 |
| Hex | FB | 33 | AB | 0 | 50 | 20 | 2 | 144 | 60 | 3B |
| Octal | 373 | 63 | 253 | 0 | 120 | 40 | 2 | 504 | 140 | 73 |
| Binary | 11111011 | 110011 | 10101011 | 0 | 1010000 | 100000 | 10 | 101000100 | 1100000 | 111011 |
Color Harmonies of #FB33AB
Complementary color
Monochromatic Colors of #FB33AB
Black with #FB33AB
Text Example
Text Example
White with #FB33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB33AB; }
p { color: rgb(251,51,171); }
H1.HeaderClassName
{
color: #FB33AB;
}
.AnyTagClassName
{
color: #FB33AB;
}
</style>
background-color css
<style>
a { background-color: #FB33AB; }
a { background-color: rgb(251,51,171); }
div.DivClassName
{
background-color: #FB33AB;
}
.BgClassName
{
background-color: #FB33AB;
}
</style>
border-color css
<style>
span { border-color: #FB33AB; }
span { border-color: rgb(251,51,171); }
td.TdClassName
{
border-color: #FB33AB;
}
.TagClassName
{
border-color: #FB33AB;
}
</style>