Shades of Brilliant Rose #FF5B99
Tints of Brilliant Rose #FF5B99
RGB
CMYK
RGB Variations
Color information
#FF5B99 (or 0xFF5B99) is known color: Brilliant Rose. HEX triplet: FF, 5B and 99. RGB value is (255,91,153). Sum of RGB (Red+Green+Blue) = 255+91+153=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5B99 is #00A466. Grayscale: #939393. Windows color (decimal): -42087 or 10050559. OLE color: 10050559.
HSL color Cylindrical-coordinate representation of color #FF5B99: hue angle of 337.32º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5B99 is Cyan = 0, Magento = 0.64, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 153 | - |
| CMYK | 0 | 0.64 | 0.4 | 0 |
| HSL | 337.32º | 1% | 0.68% | - |
| HSV(B) | 337.32º | 0.64% | 1% | - |
| XYZ | 50.73 | 31.04 | 33.45 | - |
| YUV | 147.1 | 131.33 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 153 | 0 | 0.64 | 0.4 | 0 | 337.32 | 1 | 0.68 |
| Hex | FF | 5B | 99 | 0 | 40 | 28 | 0 | 151 | 64 | 44 |
| Octal | 377 | 133 | 231 | 0 | 100 | 50 | 0 | 521 | 144 | 104 |
| Binary | 11111111 | 1011011 | 10011001 | 0 | 1000000 | 101000 | 0 | 101010001 | 1100100 | 1000100 |
Color Harmonies of #FF5B99
Complementary color
Monochromatic Colors of #FF5B99
Black with #FF5B99
Text Example
Text Example
White with #FF5B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5B99; }
p { color: rgb(255,91,153); }
H1.HeaderClassName
{
color: #FF5B99;
}
.AnyTagClassName
{
color: #FF5B99;
}
</style>
background-color css
<style>
a { background-color: #FF5B99; }
a { background-color: rgb(255,91,153); }
div.DivClassName
{
background-color: #FF5B99;
}
.BgClassName
{
background-color: #FF5B99;
}
</style>
border-color css
<style>
span { border-color: #FF5B99; }
span { border-color: rgb(255,91,153); }
td.TdClassName
{
border-color: #FF5B99;
}
.TagClassName
{
border-color: #FF5B99;
}
</style>