Shades of French Rose #FF558D
Tints of French Rose #FF558D
RGB
CMYK
RGB Variations
Color information
#FF558D (or 0xFF558D) is known color: French Rose. HEX triplet: FF, 55 and 8D. RGB value is (255,85,141). Sum of RGB (Red+Green+Blue) = 255+85+141=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF558D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF558D is #00AA72. Grayscale: #8E8E8E. Windows color (decimal): -43635 or 9262591. OLE color: 9262591.
HSL color Cylindrical-coordinate representation of color #FF558D: hue angle of 340.24º 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 #FF558D is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 141 | - |
| CMYK | 0 | 0.67 | 0.45 | 0 |
| HSL | 340.24º | 1% | 0.67% | - |
| HSV(B) | 340.24º | 0.67% | 1% | - |
| XYZ | 49.3 | 29.68 | 28.33 | - |
| YUV | 142.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 141 | 0 | 0.67 | 0.45 | 0 | 340.24 | 1 | 0.67 |
| Hex | FF | 55 | 8D | 0 | 43 | 2D | 0 | 154 | 64 | 43 |
| Octal | 377 | 125 | 215 | 0 | 103 | 55 | 0 | 524 | 144 | 103 |
| Binary | 11111111 | 1010101 | 10001101 | 0 | 1000011 | 101101 | 0 | 101010100 | 1100100 | 1000011 |
Color Harmonies of #FF558D
Complementary color
Monochromatic Colors of #FF558D
Black with #FF558D
Text Example
Text Example
White with #FF558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF558D; }
p { color: rgb(255,85,141); }
H1.HeaderClassName
{
color: #FF558D;
}
.AnyTagClassName
{
color: #FF558D;
}
</style>
background-color css
<style>
a { background-color: #FF558D; }
a { background-color: rgb(255,85,141); }
div.DivClassName
{
background-color: #FF558D;
}
.BgClassName
{
background-color: #FF558D;
}
</style>
border-color css
<style>
span { border-color: #FF558D; }
span { border-color: rgb(255,85,141); }
td.TdClassName
{
border-color: #FF558D;
}
.TagClassName
{
border-color: #FF558D;
}
</style>