Shades of Persian Rose #FB3AAB
Tints of Persian Rose #FB3AAB
RGB
CMYK
RGB Variations
Color information
#FB3AAB (or 0xFB3AAB) is known color: Persian Rose. HEX triplet: FB, 3A and AB. RGB value is (251,58,171). Sum of RGB (Red+Green+Blue) = 251+58+171=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 58 (23.05% from 255 or 12.08% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3AAB is #04C554. Grayscale: #808080. Windows color (decimal): -312661 or 11221755. OLE color: 11221755.
HSL color Cylindrical-coordinate representation of color #FB3AAB: hue angle of 324.87º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3AAB is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 171 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.02 |
| HSL | 324.87º | 0.96% | 0.61% | - |
| HSV(B) | 324.87º | 0.77% | 0.98% | - |
| XYZ | 48.65 | 26.48 | 41.07 | - |
| YUV | 128.59 | 151.94 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 171 | 0 | 0.77 | 0.32 | 0.02 | 324.87 | 0.96 | 0.61 |
| Hex | FB | 3A | AB | 0 | 4D | 20 | 2 | 145 | 60 | 3D |
| Octal | 373 | 72 | 253 | 0 | 115 | 40 | 2 | 505 | 140 | 75 |
| Binary | 11111011 | 111010 | 10101011 | 0 | 1001101 | 100000 | 10 | 101000101 | 1100000 | 111101 |
Color Harmonies of #FB3AAB
Complementary color
Monochromatic Colors of #FB3AAB
Black with #FB3AAB
Text Example
Text Example
White with #FB3AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3AAB; }
p { color: rgb(251,58,171); }
H1.HeaderClassName
{
color: #FB3AAB;
}
.AnyTagClassName
{
color: #FB3AAB;
}
</style>
background-color css
<style>
a { background-color: #FB3AAB; }
a { background-color: rgb(251,58,171); }
div.DivClassName
{
background-color: #FB3AAB;
}
.BgClassName
{
background-color: #FB3AAB;
}
</style>
border-color css
<style>
span { border-color: #FB3AAB; }
span { border-color: rgb(251,58,171); }
td.TdClassName
{
border-color: #FB3AAB;
}
.TagClassName
{
border-color: #FB3AAB;
}
</style>