Shades of French Rose #FF558A
Tints of French Rose #FF558A
RGB
CMYK
RGB Variations
Color information
#FF558A (or 0xFF558A) is known color: French Rose. HEX triplet: FF, 55 and 8A. RGB value is (255,85,138). Sum of RGB (Red+Green+Blue) = 255+85+138=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF558A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF558A is #00AA75. Grayscale: #8D8D8D. Windows color (decimal): -43638 or 9065983. OLE color: 9065983.
HSL color Cylindrical-coordinate representation of color #FF558A: hue angle of 341.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 #FF558A is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 138 | - |
| CMYK | 0 | 0.67 | 0.46 | 0 |
| HSL | 341.29º | 1% | 0.67% | - |
| HSV(B) | 341.29º | 0.67% | 1% | - |
| XYZ | 49.08 | 29.59 | 27.17 | - |
| YUV | 141.87 | 125.82 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 138 | 0 | 0.67 | 0.46 | 0 | 341.29 | 1 | 0.67 |
| Hex | FF | 55 | 8A | 0 | 43 | 2E | 0 | 155 | 64 | 43 |
| Octal | 377 | 125 | 212 | 0 | 103 | 56 | 0 | 525 | 144 | 103 |
| Binary | 11111111 | 1010101 | 10001010 | 0 | 1000011 | 101110 | 0 | 101010101 | 1100100 | 1000011 |
Color Harmonies of #FF558A
Complementary color
Monochromatic Colors of #FF558A
Black with #FF558A
Text Example
Text Example
White with #FF558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF558A; }
p { color: rgb(255,85,138); }
H1.HeaderClassName
{
color: #FF558A;
}
.AnyTagClassName
{
color: #FF558A;
}
</style>
background-color css
<style>
a { background-color: #FF558A; }
a { background-color: rgb(255,85,138); }
div.DivClassName
{
background-color: #FF558A;
}
.BgClassName
{
background-color: #FF558A;
}
</style>
border-color css
<style>
span { border-color: #FF558A; }
span { border-color: rgb(255,85,138); }
td.TdClassName
{
border-color: #FF558A;
}
.TagClassName
{
border-color: #FF558A;
}
</style>