Shades of Brilliant Rose #FF559F
Tints of Brilliant Rose #FF559F
RGB
CMYK
RGB Variations
Color information
#FF559F (or 0xFF559F) is known color: Brilliant Rose. HEX triplet: FF, 55 and 9F. RGB value is (255,85,159). Sum of RGB (Red+Green+Blue) = 255+85+159=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF559F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF559F is #00AA60. Grayscale: #909090. Windows color (decimal): -43617 or 10442239. OLE color: 10442239.
HSL color Cylindrical-coordinate representation of color #FF559F: hue angle of 333.88º 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 #FF559F is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 159 | - |
| CMYK | 0 | 0.67 | 0.38 | 0 |
| HSL | 333.88º | 1% | 0.67% | - |
| HSV(B) | 333.88º | 0.67% | 1% | - |
| XYZ | 50.75 | 30.26 | 35.97 | - |
| YUV | 144.27 | 136.32 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 159 | 0 | 0.67 | 0.38 | 0 | 333.88 | 1 | 0.67 |
| Hex | FF | 55 | 9F | 0 | 43 | 26 | 0 | 14E | 64 | 43 |
| Octal | 377 | 125 | 237 | 0 | 103 | 46 | 0 | 516 | 144 | 103 |
| Binary | 11111111 | 1010101 | 10011111 | 0 | 1000011 | 100110 | 0 | 101001110 | 1100100 | 1000011 |
Color Harmonies of #FF559F
Complementary color
Monochromatic Colors of #FF559F
Black with #FF559F
Text Example
Text Example
White with #FF559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF559F; }
p { color: rgb(255,85,159); }
H1.HeaderClassName
{
color: #FF559F;
}
.AnyTagClassName
{
color: #FF559F;
}
</style>
background-color css
<style>
a { background-color: #FF559F; }
a { background-color: rgb(255,85,159); }
div.DivClassName
{
background-color: #FF559F;
}
.BgClassName
{
background-color: #FF559F;
}
</style>
border-color css
<style>
span { border-color: #FF559F; }
span { border-color: rgb(255,85,159); }
td.TdClassName
{
border-color: #FF559F;
}
.TagClassName
{
border-color: #FF559F;
}
</style>