Shades of Brilliant Rose #FF5A9B
Tints of Brilliant Rose #FF5A9B
RGB
CMYK
RGB Variations
Color information
#FF5A9B (or 0xFF5A9B) is known color: Brilliant Rose. HEX triplet: FF, 5A and 9B. RGB value is (255,90,155). Sum of RGB (Red+Green+Blue) = 255+90+155=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5A9B is #00A564. Grayscale: #929292. Windows color (decimal): -42341 or 10181375. OLE color: 10181375.
HSL color Cylindrical-coordinate representation of color #FF5A9B: hue angle of 336.36º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5A9B is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 155 | - |
| CMYK | 0 | 0.65 | 0.39 | 0 |
| HSL | 336.36º | 1% | 0.68% | - |
| HSV(B) | 336.36º | 0.65% | 1% | - |
| XYZ | 50.81 | 30.94 | 34.3 | - |
| YUV | 146.75 | 132.66 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 155 | 0 | 0.65 | 0.39 | 0 | 336.36 | 1 | 0.68 |
| Hex | FF | 5A | 9B | 0 | 41 | 27 | 0 | 150 | 64 | 44 |
| Octal | 377 | 132 | 233 | 0 | 101 | 47 | 0 | 520 | 144 | 104 |
| Binary | 11111111 | 1011010 | 10011011 | 0 | 1000001 | 100111 | 0 | 101010000 | 1100100 | 1000100 |
Color Harmonies of #FF5A9B
Complementary color
Monochromatic Colors of #FF5A9B
Black with #FF5A9B
Text Example
Text Example
White with #FF5A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A9B; }
p { color: rgb(255,90,155); }
H1.HeaderClassName
{
color: #FF5A9B;
}
.AnyTagClassName
{
color: #FF5A9B;
}
</style>
background-color css
<style>
a { background-color: #FF5A9B; }
a { background-color: rgb(255,90,155); }
div.DivClassName
{
background-color: #FF5A9B;
}
.BgClassName
{
background-color: #FF5A9B;
}
</style>
border-color css
<style>
span { border-color: #FF5A9B; }
span { border-color: rgb(255,90,155); }
td.TdClassName
{
border-color: #FF5A9B;
}
.TagClassName
{
border-color: #FF5A9B;
}
</style>