Shades of French Rose #FF558C
Tints of French Rose #FF558C
RGB
CMYK
RGB Variations
Color information
#FF558C (or 0xFF558C) is known color: French Rose. HEX triplet: FF, 55 and 8C. RGB value is (255,85,140). Sum of RGB (Red+Green+Blue) = 255+85+140=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF558C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF558C is #00AA73. Grayscale: #8E8E8E. Windows color (decimal): -43636 or 9197055. OLE color: 9197055.
HSL color Cylindrical-coordinate representation of color #FF558C: hue angle of 340.59º 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 #FF558C is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 140 | - |
| CMYK | 0 | 0.67 | 0.45 | 0 |
| HSL | 340.59º | 1% | 0.67% | - |
| HSV(B) | 340.59º | 0.67% | 1% | - |
| XYZ | 49.22 | 29.65 | 27.94 | - |
| YUV | 142.1 | 126.82 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 140 | 0 | 0.67 | 0.45 | 0 | 340.59 | 1 | 0.67 |
| Hex | FF | 55 | 8C | 0 | 43 | 2D | 0 | 155 | 64 | 43 |
| Octal | 377 | 125 | 214 | 0 | 103 | 55 | 0 | 525 | 144 | 103 |
| Binary | 11111111 | 1010101 | 10001100 | 0 | 1000011 | 101101 | 0 | 101010101 | 1100100 | 1000011 |
Color Harmonies of #FF558C
Complementary color
Monochromatic Colors of #FF558C
Black with #FF558C
Text Example
Text Example
White with #FF558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF558C; }
p { color: rgb(255,85,140); }
H1.HeaderClassName
{
color: #FF558C;
}
.AnyTagClassName
{
color: #FF558C;
}
</style>
background-color css
<style>
a { background-color: #FF558C; }
a { background-color: rgb(255,85,140); }
div.DivClassName
{
background-color: #FF558C;
}
.BgClassName
{
background-color: #FF558C;
}
</style>
border-color css
<style>
span { border-color: #FF558C; }
span { border-color: rgb(255,85,140); }
td.TdClassName
{
border-color: #FF558C;
}
.TagClassName
{
border-color: #FF558C;
}
</style>