Shades of French Rose #FC5C90
Tints of French Rose #FC5C90
RGB
CMYK
RGB Variations
Color information
#FC5C90 (or 0xFC5C90) is known color: French Rose. HEX triplet: FC, 5C and 90. RGB value is (252,92,144). Sum of RGB (Red+Green+Blue) = 252+92+144=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5C90 is #03A36F. Grayscale: #919191. Windows color (decimal): -238448 or 9460988. OLE color: 9460988.
HSL color Cylindrical-coordinate representation of color #FC5C90: hue angle of 340.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5C90 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 144 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.01 |
| HSL | 340.5º | 0.96% | 0.67% | - |
| HSV(B) | 340.5º | 0.63% | 0.99% | - |
| XYZ | 49.01 | 30.36 | 29.66 | - |
| YUV | 145.77 | 127.01 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 144 | 0 | 0.63 | 0.43 | 0.01 | 340.5 | 0.96 | 0.67 |
| Hex | FC | 5C | 90 | 0 | 3F | 2B | 1 | 154 | 60 | 43 |
| Octal | 374 | 134 | 220 | 0 | 77 | 53 | 1 | 524 | 140 | 103 |
| Binary | 11111100 | 1011100 | 10010000 | 0 | 111111 | 101011 | 1 | 101010100 | 1100000 | 1000011 |
Color Harmonies of #FC5C90
Complementary color
Monochromatic Colors of #FC5C90
Black with #FC5C90
Text Example
Text Example
White with #FC5C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5C90; }
p { color: rgb(252,92,144); }
H1.HeaderClassName
{
color: #FC5C90;
}
.AnyTagClassName
{
color: #FC5C90;
}
</style>
background-color css
<style>
a { background-color: #FC5C90; }
a { background-color: rgb(252,92,144); }
div.DivClassName
{
background-color: #FC5C90;
}
.BgClassName
{
background-color: #FC5C90;
}
</style>
border-color css
<style>
span { border-color: #FC5C90; }
span { border-color: rgb(252,92,144); }
td.TdClassName
{
border-color: #FC5C90;
}
.TagClassName
{
border-color: #FC5C90;
}
</style>