Shades of French Rose #FD558D
Tints of French Rose #FD558D
RGB
CMYK
RGB Variations
Color information
#FD558D (or 0xFD558D) is known color: French Rose. HEX triplet: FD, 55 and 8D. RGB value is (253,85,141). Sum of RGB (Red+Green+Blue) = 253+85+141=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD558D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD558D is #02AA72. Grayscale: #8D8D8D. Windows color (decimal): -174707 or 9262589. OLE color: 9262589.
HSL color Cylindrical-coordinate representation of color #FD558D: hue angle of 340º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD558D is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 85 | 141 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.01 |
| HSL | 340º | 0.98% | 0.66% | - |
| HSV(B) | 340º | 0.66% | 0.99% | - |
| XYZ | 48.56 | 29.3 | 28.3 | - |
| YUV | 141.62 | 127.66 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 85 | 141 | 0 | 0.66 | 0.44 | 0.01 | 340 | 0.98 | 0.66 |
| Hex | FD | 55 | 8D | 0 | 42 | 2C | 1 | 154 | 62 | 42 |
| Octal | 375 | 125 | 215 | 0 | 102 | 54 | 1 | 524 | 142 | 102 |
| Binary | 11111101 | 1010101 | 10001101 | 0 | 1000010 | 101100 | 1 | 101010100 | 1100010 | 1000010 |
Color Harmonies of #FD558D
Complementary color
Monochromatic Colors of #FD558D
Black with #FD558D
Text Example
Text Example
White with #FD558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD558D; }
p { color: rgb(253,85,141); }
H1.HeaderClassName
{
color: #FD558D;
}
.AnyTagClassName
{
color: #FD558D;
}
</style>
background-color css
<style>
a { background-color: #FD558D; }
a { background-color: rgb(253,85,141); }
div.DivClassName
{
background-color: #FD558D;
}
.BgClassName
{
background-color: #FD558D;
}
</style>
border-color css
<style>
span { border-color: #FD558D; }
span { border-color: rgb(253,85,141); }
td.TdClassName
{
border-color: #FD558D;
}
.TagClassName
{
border-color: #FD558D;
}
</style>