Shades of Brilliant Rose #FF59A8
Tints of Brilliant Rose #FF59A8
RGB
CMYK
RGB Variations
Color information
#FF59A8 (or 0xFF59A8) is known color: Brilliant Rose. HEX triplet: FF, 59 and A8. RGB value is (255,89,168). Sum of RGB (Red+Green+Blue) = 255+89+168=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF59A8 is #00A657. Grayscale: #939393. Windows color (decimal): -42584 or 11033087. OLE color: 11033087.
HSL color Cylindrical-coordinate representation of color #FF59A8: hue angle of 331.45º 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 #FF59A8 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 168 | - |
| CMYK | 0 | 0.65 | 0.34 | 0 |
| HSL | 331.45º | 1% | 0.67% | - |
| HSV(B) | 331.45º | 0.65% | 1% | - |
| XYZ | 51.88 | 31.23 | 40.34 | - |
| YUV | 147.64 | 139.5 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 168 | 0 | 0.65 | 0.34 | 0 | 331.45 | 1 | 0.67 |
| Hex | FF | 59 | A8 | 0 | 41 | 22 | 0 | 14B | 64 | 43 |
| Octal | 377 | 131 | 250 | 0 | 101 | 42 | 0 | 513 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10101000 | 0 | 1000001 | 100010 | 0 | 101001011 | 1100100 | 1000011 |
Color Harmonies of #FF59A8
Complementary color
Monochromatic Colors of #FF59A8
Black with #FF59A8
Text Example
Text Example
White with #FF59A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF59A8; }
p { color: rgb(255,89,168); }
H1.HeaderClassName
{
color: #FF59A8;
}
.AnyTagClassName
{
color: #FF59A8;
}
</style>
background-color css
<style>
a { background-color: #FF59A8; }
a { background-color: rgb(255,89,168); }
div.DivClassName
{
background-color: #FF59A8;
}
.BgClassName
{
background-color: #FF59A8;
}
</style>
border-color css
<style>
span { border-color: #FF59A8; }
span { border-color: rgb(255,89,168); }
td.TdClassName
{
border-color: #FF59A8;
}
.TagClassName
{
border-color: #FF59A8;
}
</style>