Shades of Brilliant Rose #FF5BA1
Tints of Brilliant Rose #FF5BA1
RGB
CMYK
RGB Variations
Color information
#FF5BA1 (or 0xFF5BA1) is known color: Brilliant Rose. HEX triplet: FF, 5B and A1. RGB value is (255,91,161). Sum of RGB (Red+Green+Blue) = 255+91+161=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5BA1 is #00A45E. Grayscale: #939393. Windows color (decimal): -42079 or 10574847. OLE color: 10574847.
HSL color Cylindrical-coordinate representation of color #FF5BA1: hue angle of 334.39º 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 #FF5BA1 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 161 | - |
| CMYK | 0 | 0.64 | 0.37 | 0 |
| HSL | 334.39º | 1% | 0.68% | - |
| HSV(B) | 334.39º | 0.64% | 1% | - |
| XYZ | 51.41 | 31.32 | 37.05 | - |
| YUV | 148.02 | 135.33 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 161 | 0 | 0.64 | 0.37 | 0 | 334.39 | 1 | 0.68 |
| Hex | FF | 5B | A1 | 0 | 40 | 25 | 0 | 14E | 64 | 44 |
| Octal | 377 | 133 | 241 | 0 | 100 | 45 | 0 | 516 | 144 | 104 |
| Binary | 11111111 | 1011011 | 10100001 | 0 | 1000000 | 100101 | 0 | 101001110 | 1100100 | 1000100 |
Color Harmonies of #FF5BA1
Complementary color
Monochromatic Colors of #FF5BA1
Black with #FF5BA1
Text Example
Text Example
White with #FF5BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BA1; }
p { color: rgb(255,91,161); }
H1.HeaderClassName
{
color: #FF5BA1;
}
.AnyTagClassName
{
color: #FF5BA1;
}
</style>
background-color css
<style>
a { background-color: #FF5BA1; }
a { background-color: rgb(255,91,161); }
div.DivClassName
{
background-color: #FF5BA1;
}
.BgClassName
{
background-color: #FF5BA1;
}
</style>
border-color css
<style>
span { border-color: #FF5BA1; }
span { border-color: rgb(255,91,161); }
td.TdClassName
{
border-color: #FF5BA1;
}
.TagClassName
{
border-color: #FF5BA1;
}
</style>