Shades of Brilliant Rose #FF559B
Tints of Brilliant Rose #FF559B
RGB
CMYK
RGB Variations
Color information
#FF559B (or 0xFF559B) is known color: Brilliant Rose. HEX triplet: FF, 55 and 9B. RGB value is (255,85,155). Sum of RGB (Red+Green+Blue) = 255+85+155=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF559B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF559B is #00AA64. Grayscale: #8F8F8F. Windows color (decimal): -43621 or 10180095. OLE color: 10180095.
HSL color Cylindrical-coordinate representation of color #FF559B: hue angle of 335.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF559B is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 155 | - |
| CMYK | 0 | 0.67 | 0.39 | 0 |
| HSL | 335.29º | 1% | 0.67% | - |
| HSV(B) | 335.29º | 0.67% | 1% | - |
| XYZ | 50.4 | 30.12 | 34.17 | - |
| YUV | 143.81 | 134.32 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 155 | 0 | 0.67 | 0.39 | 0 | 335.29 | 1 | 0.67 |
| Hex | FF | 55 | 9B | 0 | 43 | 27 | 0 | 14F | 64 | 43 |
| Octal | 377 | 125 | 233 | 0 | 103 | 47 | 0 | 517 | 144 | 103 |
| Binary | 11111111 | 1010101 | 10011011 | 0 | 1000011 | 100111 | 0 | 101001111 | 1100100 | 1000011 |
Color Harmonies of #FF559B
Complementary color
Monochromatic Colors of #FF559B
Black with #FF559B
Text Example
Text Example
White with #FF559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF559B; }
p { color: rgb(255,85,155); }
H1.HeaderClassName
{
color: #FF559B;
}
.AnyTagClassName
{
color: #FF559B;
}
</style>
background-color css
<style>
a { background-color: #FF559B; }
a { background-color: rgb(255,85,155); }
div.DivClassName
{
background-color: #FF559B;
}
.BgClassName
{
background-color: #FF559B;
}
</style>
border-color css
<style>
span { border-color: #FF559B; }
span { border-color: rgb(255,85,155); }
td.TdClassName
{
border-color: #FF559B;
}
.TagClassName
{
border-color: #FF559B;
}
</style>