Shades of Brilliant Rose #FF59A2
Tints of Brilliant Rose #FF59A2
RGB
CMYK
RGB Variations
Color information
#FF59A2 (or 0xFF59A2) is known color: Brilliant Rose. HEX triplet: FF, 59 and A2. RGB value is (255,89,162). Sum of RGB (Red+Green+Blue) = 255+89+162=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF59A2 is #00A65D. Grayscale: #929292. Windows color (decimal): -42590 or 10639871. OLE color: 10639871.
HSL color Cylindrical-coordinate representation of color #FF59A2: hue angle of 333.61º 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 #FF59A2 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 162 | - |
| CMYK | 0 | 0.65 | 0.36 | 0 |
| HSL | 333.61º | 1% | 0.67% | - |
| HSV(B) | 333.61º | 0.65% | 1% | - |
| XYZ | 51.33 | 31.01 | 37.46 | - |
| YUV | 146.96 | 136.5 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 162 | 0 | 0.65 | 0.36 | 0 | 333.61 | 1 | 0.67 |
| Hex | FF | 59 | A2 | 0 | 41 | 24 | 0 | 14E | 64 | 43 |
| Octal | 377 | 131 | 242 | 0 | 101 | 44 | 0 | 516 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10100010 | 0 | 1000001 | 100100 | 0 | 101001110 | 1100100 | 1000011 |
Color Harmonies of #FF59A2
Complementary color
Monochromatic Colors of #FF59A2
Black with #FF59A2
Text Example
Text Example
White with #FF59A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF59A2; }
p { color: rgb(255,89,162); }
H1.HeaderClassName
{
color: #FF59A2;
}
.AnyTagClassName
{
color: #FF59A2;
}
</style>
background-color css
<style>
a { background-color: #FF59A2; }
a { background-color: rgb(255,89,162); }
div.DivClassName
{
background-color: #FF59A2;
}
.BgClassName
{
background-color: #FF59A2;
}
</style>
border-color css
<style>
span { border-color: #FF59A2; }
span { border-color: rgb(255,89,162); }
td.TdClassName
{
border-color: #FF59A2;
}
.TagClassName
{
border-color: #FF59A2;
}
</style>