Shades of Brilliant Rose #FF599B
Tints of Brilliant Rose #FF599B
RGB
CMYK
RGB Variations
Color information
#FF599B (or 0xFF599B) is known color: Brilliant Rose. HEX triplet: FF, 59 and 9B. RGB value is (255,89,155). Sum of RGB (Red+Green+Blue) = 255+89+155=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF599B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF599B is #00A664. Grayscale: #929292. Windows color (decimal): -42597 or 10181119. OLE color: 10181119.
HSL color Cylindrical-coordinate representation of color #FF599B: hue angle of 336.14º 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 #FF599B is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 155 | - |
| CMYK | 0 | 0.65 | 0.39 | 0 |
| HSL | 336.14º | 1% | 0.67% | - |
| HSV(B) | 336.14º | 0.65% | 1% | - |
| XYZ | 50.73 | 30.77 | 34.28 | - |
| YUV | 146.16 | 133 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 155 | 0 | 0.65 | 0.39 | 0 | 336.14 | 1 | 0.67 |
| Hex | FF | 59 | 9B | 0 | 41 | 27 | 0 | 150 | 64 | 43 |
| Octal | 377 | 131 | 233 | 0 | 101 | 47 | 0 | 520 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10011011 | 0 | 1000001 | 100111 | 0 | 101010000 | 1100100 | 1000011 |
Color Harmonies of #FF599B
Complementary color
Monochromatic Colors of #FF599B
Black with #FF599B
Text Example
Text Example
White with #FF599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF599B; }
p { color: rgb(255,89,155); }
H1.HeaderClassName
{
color: #FF599B;
}
.AnyTagClassName
{
color: #FF599B;
}
</style>
background-color css
<style>
a { background-color: #FF599B; }
a { background-color: rgb(255,89,155); }
div.DivClassName
{
background-color: #FF599B;
}
.BgClassName
{
background-color: #FF599B;
}
</style>
border-color css
<style>
span { border-color: #FF599B; }
span { border-color: rgb(255,89,155); }
td.TdClassName
{
border-color: #FF599B;
}
.TagClassName
{
border-color: #FF599B;
}
</style>