Shades of Brilliant Rose #FF59AB
Tints of Brilliant Rose #FF59AB
RGB
CMYK
RGB Variations
Color information
#FF59AB (or 0xFF59AB) is known color: Brilliant Rose. HEX triplet: FF, 59 and AB. RGB value is (255,89,171). Sum of RGB (Red+Green+Blue) = 255+89+171=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF59AB is #00A654. Grayscale: #939393. Windows color (decimal): -42581 or 11229695. OLE color: 11229695.
HSL color Cylindrical-coordinate representation of color #FF59AB: hue angle of 330.36º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF59AB is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 171 | - |
| CMYK | 0 | 0.65 | 0.33 | 0 |
| HSL | 330.36º | 1% | 0.67% | - |
| HSV(B) | 330.36º | 0.65% | 1% | - |
| XYZ | 52.16 | 31.35 | 41.83 | - |
| YUV | 147.98 | 141 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 171 | 0 | 0.65 | 0.33 | 0 | 330.36 | 1 | 0.67 |
| Hex | FF | 59 | AB | 0 | 41 | 21 | 0 | 14A | 64 | 43 |
| Octal | 377 | 131 | 253 | 0 | 101 | 41 | 0 | 512 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10101011 | 0 | 1000001 | 100001 | 0 | 101001010 | 1100100 | 1000011 |
Color Harmonies of #FF59AB
Complementary color
Monochromatic Colors of #FF59AB
Black with #FF59AB
Text Example
Text Example
White with #FF59AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF59AB; }
p { color: rgb(255,89,171); }
H1.HeaderClassName
{
color: #FF59AB;
}
.AnyTagClassName
{
color: #FF59AB;
}
</style>
background-color css
<style>
a { background-color: #FF59AB; }
a { background-color: rgb(255,89,171); }
div.DivClassName
{
background-color: #FF59AB;
}
.BgClassName
{
background-color: #FF59AB;
}
</style>
border-color css
<style>
span { border-color: #FF59AB; }
span { border-color: rgb(255,89,171); }
td.TdClassName
{
border-color: #FF59AB;
}
.TagClassName
{
border-color: #FF59AB;
}
</style>