Shades of Persian Rose #FB38AB
Tints of Persian Rose #FB38AB
RGB
CMYK
RGB Variations
Color information
#FB38AB (or 0xFB38AB) is known color: Persian Rose. HEX triplet: FB, 38 and AB. RGB value is (251,56,171). Sum of RGB (Red+Green+Blue) = 251+56+171=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 56 (22.27% from 255 or 11.72% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB38AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB38AB is #04C754. Grayscale: #7F7F7F. Windows color (decimal): -313173 or 11221243. OLE color: 11221243.
HSL color Cylindrical-coordinate representation of color #FB38AB: hue angle of 324.62º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB38AB is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 56 | 171 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.02 |
| HSL | 324.62º | 0.96% | 0.6% | - |
| HSV(B) | 324.62º | 0.78% | 0.98% | - |
| XYZ | 48.55 | 26.28 | 41.04 | - |
| YUV | 127.42 | 152.6 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 56 | 171 | 0 | 0.78 | 0.32 | 0.02 | 324.62 | 0.96 | 0.6 |
| Hex | FB | 38 | AB | 0 | 4E | 20 | 2 | 145 | 60 | 3C |
| Octal | 373 | 70 | 253 | 0 | 116 | 40 | 2 | 505 | 140 | 74 |
| Binary | 11111011 | 111000 | 10101011 | 0 | 1001110 | 100000 | 10 | 101000101 | 1100000 | 111100 |
Color Harmonies of #FB38AB
Complementary color
Monochromatic Colors of #FB38AB
Black with #FB38AB
Text Example
Text Example
White with #FB38AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB38AB; }
p { color: rgb(251,56,171); }
H1.HeaderClassName
{
color: #FB38AB;
}
.AnyTagClassName
{
color: #FB38AB;
}
</style>
background-color css
<style>
a { background-color: #FB38AB; }
a { background-color: rgb(251,56,171); }
div.DivClassName
{
background-color: #FB38AB;
}
.BgClassName
{
background-color: #FB38AB;
}
</style>
border-color css
<style>
span { border-color: #FB38AB; }
span { border-color: rgb(251,56,171); }
td.TdClassName
{
border-color: #FB38AB;
}
.TagClassName
{
border-color: #FB38AB;
}
</style>