Shades of Persian Rose #FB34AB
Tints of Persian Rose #FB34AB
RGB
CMYK
RGB Variations
Color information
#FB34AB (or 0xFB34AB) is known color: Persian Rose. HEX triplet: FB, 34 and AB. RGB value is (251,52,171). Sum of RGB (Red+Green+Blue) = 251+52+171=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 52 (20.70% from 255 or 10.97% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB34AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB34AB is #04CB54. Grayscale: #7C7C7C. Windows color (decimal): -314197 or 11220219. OLE color: 11220219.
HSL color Cylindrical-coordinate representation of color #FB34AB: hue angle of 324.12º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB34AB is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 52 | 171 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.02 |
| HSL | 324.12º | 0.96% | 0.59% | - |
| HSV(B) | 324.12º | 0.79% | 0.98% | - |
| XYZ | 48.36 | 25.91 | 40.98 | - |
| YUV | 125.07 | 153.93 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 52 | 171 | 0 | 0.79 | 0.32 | 0.02 | 324.12 | 0.96 | 0.59 |
| Hex | FB | 34 | AB | 0 | 4F | 20 | 2 | 144 | 60 | 3B |
| Octal | 373 | 64 | 253 | 0 | 117 | 40 | 2 | 504 | 140 | 73 |
| Binary | 11111011 | 110100 | 10101011 | 0 | 1001111 | 100000 | 10 | 101000100 | 1100000 | 111011 |
Color Harmonies of #FB34AB
Complementary color
Monochromatic Colors of #FB34AB
Black with #FB34AB
Text Example
Text Example
White with #FB34AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB34AB; }
p { color: rgb(251,52,171); }
H1.HeaderClassName
{
color: #FB34AB;
}
.AnyTagClassName
{
color: #FB34AB;
}
</style>
background-color css
<style>
a { background-color: #FB34AB; }
a { background-color: rgb(251,52,171); }
div.DivClassName
{
background-color: #FB34AB;
}
.BgClassName
{
background-color: #FB34AB;
}
</style>
border-color css
<style>
span { border-color: #FB34AB; }
span { border-color: rgb(251,52,171); }
td.TdClassName
{
border-color: #FB34AB;
}
.TagClassName
{
border-color: #FB34AB;
}
</style>