Shades of French Rose #FC5390
Tints of French Rose #FC5390
RGB
CMYK
RGB Variations
Color information
#FC5390 (or 0xFC5390) is known color: French Rose. HEX triplet: FC, 53 and 90. RGB value is (252,83,144). Sum of RGB (Red+Green+Blue) = 252+83+144=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5390 is #03AC6F. Grayscale: #8C8C8C. Windows color (decimal): -240752 or 9458684. OLE color: 9458684.
HSL color Cylindrical-coordinate representation of color #FC5390: hue angle of 338.34º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC5390 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 144 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.01 |
| HSL | 338.34º | 0.97% | 0.66% | - |
| HSV(B) | 338.34º | 0.67% | 0.99% | - |
| XYZ | 48.27 | 28.9 | 29.42 | - |
| YUV | 140.49 | 129.99 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 144 | 0 | 0.67 | 0.43 | 0.01 | 338.34 | 0.97 | 0.66 |
| Hex | FC | 53 | 90 | 0 | 43 | 2B | 1 | 152 | 61 | 42 |
| Octal | 374 | 123 | 220 | 0 | 103 | 53 | 1 | 522 | 141 | 102 |
| Binary | 11111100 | 1010011 | 10010000 | 0 | 1000011 | 101011 | 1 | 101010010 | 1100001 | 1000010 |
Color Harmonies of #FC5390
Complementary color
Monochromatic Colors of #FC5390
Black with #FC5390
Text Example
Text Example
White with #FC5390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5390; }
p { color: rgb(252,83,144); }
H1.HeaderClassName
{
color: #FC5390;
}
.AnyTagClassName
{
color: #FC5390;
}
</style>
background-color css
<style>
a { background-color: #FC5390; }
a { background-color: rgb(252,83,144); }
div.DivClassName
{
background-color: #FC5390;
}
.BgClassName
{
background-color: #FC5390;
}
</style>
border-color css
<style>
span { border-color: #FC5390; }
span { border-color: rgb(252,83,144); }
td.TdClassName
{
border-color: #FC5390;
}
.TagClassName
{
border-color: #FC5390;
}
</style>