Shades of Brilliant Rose #FB59AB
Tints of Brilliant Rose #FB59AB
RGB
CMYK
RGB Variations
Color information
#FB59AB (or 0xFB59AB) is known color: Brilliant Rose. HEX triplet: FB, 59 and AB. RGB value is (251,89,171). Sum of RGB (Red+Green+Blue) = 251+89+171=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB59AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB59AB is #04A654. Grayscale: #929292. Windows color (decimal): -304725 or 11229691. OLE color: 11229691.
HSL color Cylindrical-coordinate representation of color #FB59AB: hue angle of 329.63º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB59AB is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 171 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.02 |
| HSL | 329.63º | 0.95% | 0.67% | - |
| HSV(B) | 329.63º | 0.65% | 0.98% | - |
| XYZ | 50.71 | 30.59 | 41.76 | - |
| YUV | 146.79 | 141.67 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 171 | 0 | 0.65 | 0.32 | 0.02 | 329.63 | 0.95 | 0.67 |
| Hex | FB | 59 | AB | 0 | 41 | 20 | 2 | 14A | 5F | 43 |
| Octal | 373 | 131 | 253 | 0 | 101 | 40 | 2 | 512 | 137 | 103 |
| Binary | 11111011 | 1011001 | 10101011 | 0 | 1000001 | 100000 | 10 | 101001010 | 1011111 | 1000011 |
Color Harmonies of #FB59AB
Complementary color
Monochromatic Colors of #FB59AB
Black with #FB59AB
Text Example
Text Example
White with #FB59AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB59AB; }
p { color: rgb(251,89,171); }
H1.HeaderClassName
{
color: #FB59AB;
}
.AnyTagClassName
{
color: #FB59AB;
}
</style>
background-color css
<style>
a { background-color: #FB59AB; }
a { background-color: rgb(251,89,171); }
div.DivClassName
{
background-color: #FB59AB;
}
.BgClassName
{
background-color: #FB59AB;
}
</style>
border-color css
<style>
span { border-color: #FB59AB; }
span { border-color: rgb(251,89,171); }
td.TdClassName
{
border-color: #FB59AB;
}
.TagClassName
{
border-color: #FB59AB;
}
</style>