Shades of Brilliant Rose #FF59AD
Tints of Brilliant Rose #FF59AD
RGB
CMYK
RGB Variations
Color information
#FF59AD (or 0xFF59AD) is known color: Brilliant Rose. HEX triplet: FF, 59 and AD. RGB value is (255,89,173). Sum of RGB (Red+Green+Blue) = 255+89+173=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF59AD is #00A652. Grayscale: #949494. Windows color (decimal): -42579 or 11360767. OLE color: 11360767.
HSL color Cylindrical-coordinate representation of color #FF59AD: hue angle of 329.64º 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 #FF59AD is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 173 | - |
| CMYK | 0 | 0.65 | 0.32 | 0 |
| HSL | 329.64º | 1% | 0.67% | - |
| HSV(B) | 329.64º | 0.65% | 1% | - |
| XYZ | 52.36 | 31.42 | 42.84 | - |
| YUV | 148.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 173 | 0 | 0.65 | 0.32 | 0 | 329.64 | 1 | 0.67 |
| Hex | FF | 59 | AD | 0 | 41 | 20 | 0 | 14A | 64 | 43 |
| Octal | 377 | 131 | 255 | 0 | 101 | 40 | 0 | 512 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10101101 | 0 | 1000001 | 100000 | 0 | 101001010 | 1100100 | 1000011 |
Color Harmonies of #FF59AD
Complementary color
Monochromatic Colors of #FF59AD
Black with #FF59AD
Text Example
Text Example
White with #FF59AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF59AD; }
p { color: rgb(255,89,173); }
H1.HeaderClassName
{
color: #FF59AD;
}
.AnyTagClassName
{
color: #FF59AD;
}
</style>
background-color css
<style>
a { background-color: #FF59AD; }
a { background-color: rgb(255,89,173); }
div.DivClassName
{
background-color: #FF59AD;
}
.BgClassName
{
background-color: #FF59AD;
}
</style>
border-color css
<style>
span { border-color: #FF59AD; }
span { border-color: rgb(255,89,173); }
td.TdClassName
{
border-color: #FF59AD;
}
.TagClassName
{
border-color: #FF59AD;
}
</style>