Shades of Brilliant Rose #FF59AE
Tints of Brilliant Rose #FF59AE
RGB
CMYK
RGB Variations
Color information
#FF59AE (or 0xFF59AE) is known color: Brilliant Rose. HEX triplet: FF, 59 and AE. RGB value is (255,89,174). Sum of RGB (Red+Green+Blue) = 255+89+174=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF59AE is #00A651. Grayscale: #949494. Windows color (decimal): -42578 or 11426303. OLE color: 11426303.
HSL color Cylindrical-coordinate representation of color #FF59AE: hue angle of 329.28º 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 #FF59AE is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 174 | - |
| CMYK | 0 | 0.65 | 0.32 | 0 |
| HSL | 329.28º | 1% | 0.67% | - |
| HSV(B) | 329.28º | 0.65% | 1% | - |
| XYZ | 52.45 | 31.46 | 43.35 | - |
| YUV | 148.32 | 142.5 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 174 | 0 | 0.65 | 0.32 | 0 | 329.28 | 1 | 0.67 |
| Hex | FF | 59 | AE | 0 | 41 | 20 | 0 | 149 | 64 | 43 |
| Octal | 377 | 131 | 256 | 0 | 101 | 40 | 0 | 511 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10101110 | 0 | 1000001 | 100000 | 0 | 101001001 | 1100100 | 1000011 |
Color Harmonies of #FF59AE
Complementary color
Monochromatic Colors of #FF59AE
Black with #FF59AE
Text Example
Text Example
White with #FF59AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF59AE; }
p { color: rgb(255,89,174); }
H1.HeaderClassName
{
color: #FF59AE;
}
.AnyTagClassName
{
color: #FF59AE;
}
</style>
background-color css
<style>
a { background-color: #FF59AE; }
a { background-color: rgb(255,89,174); }
div.DivClassName
{
background-color: #FF59AE;
}
.BgClassName
{
background-color: #FF59AE;
}
</style>
border-color css
<style>
span { border-color: #FF59AE; }
span { border-color: rgb(255,89,174); }
td.TdClassName
{
border-color: #FF59AE;
}
.TagClassName
{
border-color: #FF59AE;
}
</style>