Shades of Brilliant Rose #FF5B9E
Tints of Brilliant Rose #FF5B9E
RGB
CMYK
RGB Variations
Color information
#FF5B9E (or 0xFF5B9E) is known color: Brilliant Rose. HEX triplet: FF, 5B and 9E. RGB value is (255,91,158). Sum of RGB (Red+Green+Blue) = 255+91+158=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5B9E is #00A461. Grayscale: #939393. Windows color (decimal): -42082 or 10378239. OLE color: 10378239.
HSL color Cylindrical-coordinate representation of color #FF5B9E: hue angle of 335.49º 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 #FF5B9E is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 158 | - |
| CMYK | 0 | 0.64 | 0.38 | 0 |
| HSL | 335.49º | 1% | 0.68% | - |
| HSV(B) | 335.49º | 0.64% | 1% | - |
| XYZ | 51.15 | 31.21 | 35.68 | - |
| YUV | 147.67 | 133.83 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 158 | 0 | 0.64 | 0.38 | 0 | 335.49 | 1 | 0.68 |
| Hex | FF | 5B | 9E | 0 | 40 | 26 | 0 | 14F | 64 | 44 |
| Octal | 377 | 133 | 236 | 0 | 100 | 46 | 0 | 517 | 144 | 104 |
| Binary | 11111111 | 1011011 | 10011110 | 0 | 1000000 | 100110 | 0 | 101001111 | 1100100 | 1000100 |
Color Harmonies of #FF5B9E
Complementary color
Monochromatic Colors of #FF5B9E
Black with #FF5B9E
Text Example
Text Example
White with #FF5B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5B9E; }
p { color: rgb(255,91,158); }
H1.HeaderClassName
{
color: #FF5B9E;
}
.AnyTagClassName
{
color: #FF5B9E;
}
</style>
background-color css
<style>
a { background-color: #FF5B9E; }
a { background-color: rgb(255,91,158); }
div.DivClassName
{
background-color: #FF5B9E;
}
.BgClassName
{
background-color: #FF5B9E;
}
</style>
border-color css
<style>
span { border-color: #FF5B9E; }
span { border-color: rgb(255,91,158); }
td.TdClassName
{
border-color: #FF5B9E;
}
.TagClassName
{
border-color: #FF5B9E;
}
</style>