Shades of French Rose #FC5090
Tints of French Rose #FC5090
RGB
CMYK
RGB Variations
Color information
#FC5090 (or 0xFC5090) is known color: French Rose. HEX triplet: FC, 50 and 90. RGB value is (252,80,144). Sum of RGB (Red+Green+Blue) = 252+80+144=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5090 is #03AF6F. Grayscale: #8A8A8A. Windows color (decimal): -241520 or 9457916. OLE color: 9457916.
HSL color Cylindrical-coordinate representation of color #FC5090: hue angle of 337.67º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC5090 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 144 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.01 |
| HSL | 337.67º | 0.97% | 0.65% | - |
| HSV(B) | 337.67º | 0.68% | 0.99% | - |
| XYZ | 48.05 | 28.45 | 29.34 | - |
| YUV | 138.72 | 130.98 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 144 | 0 | 0.68 | 0.43 | 0.01 | 337.67 | 0.97 | 0.65 |
| Hex | FC | 50 | 90 | 0 | 44 | 2B | 1 | 152 | 61 | 41 |
| Octal | 374 | 120 | 220 | 0 | 104 | 53 | 1 | 522 | 141 | 101 |
| Binary | 11111100 | 1010000 | 10010000 | 0 | 1000100 | 101011 | 1 | 101010010 | 1100001 | 1000001 |
Color Harmonies of #FC5090
Complementary color
Monochromatic Colors of #FC5090
Black with #FC5090
Text Example
Text Example
White with #FC5090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5090; }
p { color: rgb(252,80,144); }
H1.HeaderClassName
{
color: #FC5090;
}
.AnyTagClassName
{
color: #FC5090;
}
</style>
background-color css
<style>
a { background-color: #FC5090; }
a { background-color: rgb(252,80,144); }
div.DivClassName
{
background-color: #FC5090;
}
.BgClassName
{
background-color: #FC5090;
}
</style>
border-color css
<style>
span { border-color: #FC5090; }
span { border-color: rgb(252,80,144); }
td.TdClassName
{
border-color: #FC5090;
}
.TagClassName
{
border-color: #FC5090;
}
</style>