Shades of Persian Rose #FB30AB
Tints of Persian Rose #FB30AB
RGB
CMYK
RGB Variations
Color information
#FB30AB (or 0xFB30AB) is known color: Persian Rose. HEX triplet: FB, 30 and AB. RGB value is (251,48,171). Sum of RGB (Red+Green+Blue) = 251+48+171=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 48 (19.14% from 255 or 10.21% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB30AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB30AB is #04CF54. Grayscale: #7A7A7A. Windows color (decimal): -315221 or 11219195. OLE color: 11219195.
HSL color Cylindrical-coordinate representation of color #FB30AB: hue angle of 323.65º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB30AB is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 171 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.02 |
| HSL | 323.65º | 0.96% | 0.59% | - |
| HSV(B) | 323.65º | 0.81% | 0.98% | - |
| XYZ | 48.19 | 25.56 | 40.92 | - |
| YUV | 122.72 | 155.25 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 171 | 0 | 0.81 | 0.32 | 0.02 | 323.65 | 0.96 | 0.59 |
| Hex | FB | 30 | AB | 0 | 51 | 20 | 2 | 144 | 60 | 3B |
| Octal | 373 | 60 | 253 | 0 | 121 | 40 | 2 | 504 | 140 | 73 |
| Binary | 11111011 | 110000 | 10101011 | 0 | 1010001 | 100000 | 10 | 101000100 | 1100000 | 111011 |
Color Harmonies of #FB30AB
Complementary color
Monochromatic Colors of #FB30AB
Black with #FB30AB
Text Example
Text Example
White with #FB30AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB30AB; }
p { color: rgb(251,48,171); }
H1.HeaderClassName
{
color: #FB30AB;
}
.AnyTagClassName
{
color: #FB30AB;
}
</style>
background-color css
<style>
a { background-color: #FB30AB; }
a { background-color: rgb(251,48,171); }
div.DivClassName
{
background-color: #FB30AB;
}
.BgClassName
{
background-color: #FB30AB;
}
</style>
border-color css
<style>
span { border-color: #FB30AB; }
span { border-color: rgb(251,48,171); }
td.TdClassName
{
border-color: #FB30AB;
}
.TagClassName
{
border-color: #FB30AB;
}
</style>