Shades of Brilliant Rose #FF5599
Tints of Brilliant Rose #FF5599
RGB
CMYK
RGB Variations
Color information
#FF5599 (or 0xFF5599) is known color: Brilliant Rose. HEX triplet: FF, 55 and 99. RGB value is (255,85,153). Sum of RGB (Red+Green+Blue) = 255+85+153=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5599 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5599 is #00AA66. Grayscale: #8F8F8F. Windows color (decimal): -43623 or 10049023. OLE color: 10049023.
HSL color Cylindrical-coordinate representation of color #FF5599: hue angle of 336º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5599 is Cyan = 0, Magento = 0.67, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 153 | - |
| CMYK | 0 | 0.67 | 0.4 | 0 |
| HSL | 336º | 1% | 0.67% | - |
| HSV(B) | 336º | 0.67% | 1% | - |
| XYZ | 50.24 | 30.06 | 33.29 | - |
| YUV | 143.58 | 133.32 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 153 | 0 | 0.67 | 0.4 | 0 | 336 | 1 | 0.67 |
| Hex | FF | 55 | 99 | 0 | 43 | 28 | 0 | 150 | 64 | 43 |
| Octal | 377 | 125 | 231 | 0 | 103 | 50 | 0 | 520 | 144 | 103 |
| Binary | 11111111 | 1010101 | 10011001 | 0 | 1000011 | 101000 | 0 | 101010000 | 1100100 | 1000011 |
Color Harmonies of #FF5599
Complementary color
Monochromatic Colors of #FF5599
Black with #FF5599
Text Example
Text Example
White with #FF5599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5599; }
p { color: rgb(255,85,153); }
H1.HeaderClassName
{
color: #FF5599;
}
.AnyTagClassName
{
color: #FF5599;
}
</style>
background-color css
<style>
a { background-color: #FF5599; }
a { background-color: rgb(255,85,153); }
div.DivClassName
{
background-color: #FF5599;
}
.BgClassName
{
background-color: #FF5599;
}
</style>
border-color css
<style>
span { border-color: #FF5599; }
span { border-color: rgb(255,85,153); }
td.TdClassName
{
border-color: #FF5599;
}
.TagClassName
{
border-color: #FF5599;
}
</style>