Shades of Brilliant Rose #FF59AA
Tints of Brilliant Rose #FF59AA
RGB
CMYK
RGB Variations
Color information
#FF59AA (or 0xFF59AA) is known color: Brilliant Rose. HEX triplet: FF, 59 and AA. RGB value is (255,89,170). Sum of RGB (Red+Green+Blue) = 255+89+170=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF59AA is #00A655. Grayscale: #939393. Windows color (decimal): -42582 or 11164159. OLE color: 11164159.
HSL color Cylindrical-coordinate representation of color #FF59AA: hue angle of 330.72º 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 #FF59AA is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 170 | - |
| CMYK | 0 | 0.65 | 0.33 | 0 |
| HSL | 330.72º | 1% | 0.67% | - |
| HSV(B) | 330.72º | 0.65% | 1% | - |
| XYZ | 52.07 | 31.31 | 41.33 | - |
| YUV | 147.87 | 140.5 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 170 | 0 | 0.65 | 0.33 | 0 | 330.72 | 1 | 0.67 |
| Hex | FF | 59 | AA | 0 | 41 | 21 | 0 | 14B | 64 | 43 |
| Octal | 377 | 131 | 252 | 0 | 101 | 41 | 0 | 513 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10101010 | 0 | 1000001 | 100001 | 0 | 101001011 | 1100100 | 1000011 |
Color Harmonies of #FF59AA
Complementary color
Monochromatic Colors of #FF59AA
Black with #FF59AA
Text Example
Text Example
White with #FF59AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF59AA; }
p { color: rgb(255,89,170); }
H1.HeaderClassName
{
color: #FF59AA;
}
.AnyTagClassName
{
color: #FF59AA;
}
</style>
background-color css
<style>
a { background-color: #FF59AA; }
a { background-color: rgb(255,89,170); }
div.DivClassName
{
background-color: #FF59AA;
}
.BgClassName
{
background-color: #FF59AA;
}
</style>
border-color css
<style>
span { border-color: #FF59AA; }
span { border-color: rgb(255,89,170); }
td.TdClassName
{
border-color: #FF59AA;
}
.TagClassName
{
border-color: #FF59AA;
}
</style>