Shades of Persian Rose #FB28AB
Tints of Persian Rose #FB28AB
RGB
CMYK
RGB Variations
Color information
#FB28AB (or 0xFB28AB) is known color: Persian Rose. HEX triplet: FB, 28 and AB. RGB value is (251,40,171). Sum of RGB (Red+Green+Blue) = 251+40+171=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB28AB is #04D754. Grayscale: #757575. Windows color (decimal): -317269 or 11217147. OLE color: 11217147.
HSL color Cylindrical-coordinate representation of color #FB28AB: hue angle of 322.75º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB28AB is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 171 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.02 |
| HSL | 322.75º | 0.96% | 0.57% | - |
| HSV(B) | 322.75º | 0.84% | 0.98% | - |
| XYZ | 47.89 | 24.97 | 40.82 | - |
| YUV | 118.02 | 157.9 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 171 | 0 | 0.84 | 0.32 | 0.02 | 322.75 | 0.96 | 0.57 |
| Hex | FB | 28 | AB | 0 | 54 | 20 | 2 | 143 | 60 | 39 |
| Octal | 373 | 50 | 253 | 0 | 124 | 40 | 2 | 503 | 140 | 71 |
| Binary | 11111011 | 101000 | 10101011 | 0 | 1010100 | 100000 | 10 | 101000011 | 1100000 | 111001 |
Color Harmonies of #FB28AB
Complementary color
Monochromatic Colors of #FB28AB
Black with #FB28AB
Text Example
Text Example
White with #FB28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB28AB; }
p { color: rgb(251,40,171); }
H1.HeaderClassName
{
color: #FB28AB;
}
.AnyTagClassName
{
color: #FB28AB;
}
</style>
background-color css
<style>
a { background-color: #FB28AB; }
a { background-color: rgb(251,40,171); }
div.DivClassName
{
background-color: #FB28AB;
}
.BgClassName
{
background-color: #FB28AB;
}
</style>
border-color css
<style>
span { border-color: #FB28AB; }
span { border-color: rgb(251,40,171); }
td.TdClassName
{
border-color: #FB28AB;
}
.TagClassName
{
border-color: #FB28AB;
}
</style>