Shades of French Rose #FC558E
Tints of French Rose #FC558E
RGB
CMYK
RGB Variations
Color information
#FC558E (or 0xFC558E) is known color: French Rose. HEX triplet: FC, 55 and 8E. RGB value is (252,85,142). Sum of RGB (Red+Green+Blue) = 252+85+142=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC558E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC558E is #03AA71. Grayscale: #8D8D8D. Windows color (decimal): -240242 or 9328124. OLE color: 9328124.
HSL color Cylindrical-coordinate representation of color #FC558E: hue angle of 339.52º degrees, saturation: 0.97, 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 #FC558E is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 142 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.01 |
| HSL | 339.52º | 0.97% | 0.66% | - |
| HSV(B) | 339.52º | 0.66% | 0.99% | - |
| XYZ | 48.28 | 29.15 | 28.67 | - |
| YUV | 141.43 | 128.33 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 142 | 0 | 0.66 | 0.44 | 0.01 | 339.52 | 0.97 | 0.66 |
| Hex | FC | 55 | 8E | 0 | 42 | 2C | 1 | 154 | 61 | 42 |
| Octal | 374 | 125 | 216 | 0 | 102 | 54 | 1 | 524 | 141 | 102 |
| Binary | 11111100 | 1010101 | 10001110 | 0 | 1000010 | 101100 | 1 | 101010100 | 1100001 | 1000010 |
Color Harmonies of #FC558E
Complementary color
Monochromatic Colors of #FC558E
Black with #FC558E
Text Example
Text Example
White with #FC558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC558E; }
p { color: rgb(252,85,142); }
H1.HeaderClassName
{
color: #FC558E;
}
.AnyTagClassName
{
color: #FC558E;
}
</style>
background-color css
<style>
a { background-color: #FC558E; }
a { background-color: rgb(252,85,142); }
div.DivClassName
{
background-color: #FC558E;
}
.BgClassName
{
background-color: #FC558E;
}
</style>
border-color css
<style>
span { border-color: #FC558E; }
span { border-color: rgb(252,85,142); }
td.TdClassName
{
border-color: #FC558E;
}
.TagClassName
{
border-color: #FC558E;
}
</style>