Shades of French Rose #FC5993
Tints of French Rose #FC5993
RGB
CMYK
RGB Variations
Color information
#FC5993 (or 0xFC5993) is known color: French Rose. HEX triplet: FC, 59 and 93. RGB value is (252,89,147). Sum of RGB (Red+Green+Blue) = 252+89+147=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5993 is #03A66C. Grayscale: #909090. Windows color (decimal): -239213 or 9656828. OLE color: 9656828.
HSL color Cylindrical-coordinate representation of color #FC5993: hue angle of 338.65º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC5993 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 147 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.01 |
| HSL | 338.65º | 0.96% | 0.67% | - |
| HSV(B) | 338.65º | 0.65% | 0.99% | - |
| XYZ | 48.98 | 29.95 | 30.8 | - |
| YUV | 144.35 | 129.5 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 147 | 0 | 0.65 | 0.42 | 0.01 | 338.65 | 0.96 | 0.67 |
| Hex | FC | 59 | 93 | 0 | 41 | 2A | 1 | 153 | 60 | 43 |
| Octal | 374 | 131 | 223 | 0 | 101 | 52 | 1 | 523 | 140 | 103 |
| Binary | 11111100 | 1011001 | 10010011 | 0 | 1000001 | 101010 | 1 | 101010011 | 1100000 | 1000011 |
Color Harmonies of #FC5993
Complementary color
Monochromatic Colors of #FC5993
Black with #FC5993
Text Example
Text Example
White with #FC5993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5993; }
p { color: rgb(252,89,147); }
H1.HeaderClassName
{
color: #FC5993;
}
.AnyTagClassName
{
color: #FC5993;
}
</style>
background-color css
<style>
a { background-color: #FC5993; }
a { background-color: rgb(252,89,147); }
div.DivClassName
{
background-color: #FC5993;
}
.BgClassName
{
background-color: #FC5993;
}
</style>
border-color css
<style>
span { border-color: #FC5993; }
span { border-color: rgb(252,89,147); }
td.TdClassName
{
border-color: #FC5993;
}
.TagClassName
{
border-color: #FC5993;
}
</style>