Shades of Brilliant Rose #FF5999
Tints of Brilliant Rose #FF5999
RGB
CMYK
RGB Variations
Color information
#FF5999 (or 0xFF5999) is known color: Brilliant Rose. HEX triplet: FF, 59 and 99. RGB value is (255,89,153). Sum of RGB (Red+Green+Blue) = 255+89+153=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5999 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5999 is #00A666. Grayscale: #919191. Windows color (decimal): -42599 or 10050047. OLE color: 10050047.
HSL color Cylindrical-coordinate representation of color #FF5999: hue angle of 336.87º 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 #FF5999 is Cyan = 0, Magento = 0.65, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 153 | - |
| CMYK | 0 | 0.65 | 0.4 | 0 |
| HSL | 336.87º | 1% | 0.67% | - |
| HSV(B) | 336.87º | 0.65% | 1% | - |
| XYZ | 50.56 | 30.7 | 33.4 | - |
| YUV | 145.93 | 132 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 153 | 0 | 0.65 | 0.4 | 0 | 336.87 | 1 | 0.67 |
| Hex | FF | 59 | 99 | 0 | 41 | 28 | 0 | 151 | 64 | 43 |
| Octal | 377 | 131 | 231 | 0 | 101 | 50 | 0 | 521 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10011001 | 0 | 1000001 | 101000 | 0 | 101010001 | 1100100 | 1000011 |
Color Harmonies of #FF5999
Complementary color
Monochromatic Colors of #FF5999
Black with #FF5999
Text Example
Text Example
White with #FF5999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5999; }
p { color: rgb(255,89,153); }
H1.HeaderClassName
{
color: #FF5999;
}
.AnyTagClassName
{
color: #FF5999;
}
</style>
background-color css
<style>
a { background-color: #FF5999; }
a { background-color: rgb(255,89,153); }
div.DivClassName
{
background-color: #FF5999;
}
.BgClassName
{
background-color: #FF5999;
}
</style>
border-color css
<style>
span { border-color: #FF5999; }
span { border-color: rgb(255,89,153); }
td.TdClassName
{
border-color: #FF5999;
}
.TagClassName
{
border-color: #FF5999;
}
</style>