Shades of Brilliant Rose #FF5BAB
Tints of Brilliant Rose #FF5BAB
RGB
CMYK
RGB Variations
Color information
#FF5BAB (or 0xFF5BAB) is known color: Brilliant Rose. HEX triplet: FF, 5B and AB. RGB value is (255,91,171). Sum of RGB (Red+Green+Blue) = 255+91+171=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 91 (35.94% from 255 or 17.60% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5BAB is #00A454. Grayscale: #959595. Windows color (decimal): -42069 or 11230207. OLE color: 11230207.
HSL color Cylindrical-coordinate representation of color #FF5BAB: hue angle of 330.73º 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 #FF5BAB is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 171 | - |
| CMYK | 0 | 0.64 | 0.33 | 0 |
| HSL | 330.73º | 1% | 0.68% | - |
| HSV(B) | 330.73º | 0.64% | 1% | - |
| XYZ | 52.33 | 31.68 | 41.89 | - |
| YUV | 149.16 | 140.33 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 171 | 0 | 0.64 | 0.33 | 0 | 330.73 | 1 | 0.68 |
| Hex | FF | 5B | AB | 0 | 40 | 21 | 0 | 14B | 64 | 44 |
| Octal | 377 | 133 | 253 | 0 | 100 | 41 | 0 | 513 | 144 | 104 |
| Binary | 11111111 | 1011011 | 10101011 | 0 | 1000000 | 100001 | 0 | 101001011 | 1100100 | 1000100 |
Color Harmonies of #FF5BAB
Complementary color
Monochromatic Colors of #FF5BAB
Black with #FF5BAB
Text Example
Text Example
White with #FF5BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BAB; }
p { color: rgb(255,91,171); }
H1.HeaderClassName
{
color: #FF5BAB;
}
.AnyTagClassName
{
color: #FF5BAB;
}
</style>
background-color css
<style>
a { background-color: #FF5BAB; }
a { background-color: rgb(255,91,171); }
div.DivClassName
{
background-color: #FF5BAB;
}
.BgClassName
{
background-color: #FF5BAB;
}
</style>
border-color css
<style>
span { border-color: #FF5BAB; }
span { border-color: rgb(255,91,171); }
td.TdClassName
{
border-color: #FF5BAB;
}
.TagClassName
{
border-color: #FF5BAB;
}
</style>