Shades of French Rose #FC497D
Tints of French Rose #FC497D
RGB
CMYK
RGB Variations
Color information
#FC497D (or 0xFC497D) is known color: French Rose. HEX triplet: FC, 49 and 7D. RGB value is (252,73,125). Sum of RGB (Red+Green+Blue) = 252+73+125=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC497D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC497D is #03B682. Grayscale: #848484. Windows color (decimal): -243331 or 8210940. OLE color: 8210940.
HSL color Cylindrical-coordinate representation of color #FC497D: hue angle of 342.57º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC497D is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 73 | 125 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.01 |
| HSL | 342.57º | 0.97% | 0.64% | - |
| HSV(B) | 342.57º | 0.71% | 0.99% | - |
| XYZ | 46.23 | 26.94 | 22.17 | - |
| YUV | 132.45 | 123.8 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 73 | 125 | 0 | 0.71 | 0.50 | 0.01 | 342.57 | 0.97 | 0.64 |
| Hex | FC | 49 | 7D | 0 | 47 | 32 | 1 | 157 | 61 | 40 |
| Octal | 374 | 111 | 175 | 0 | 107 | 62 | 1 | 527 | 141 | 100 |
| Binary | 11111100 | 1001001 | 1111101 | 0 | 1000111 | 110010 | 1 | 101010111 | 1100001 | 1000000 |
Color Harmonies of #FC497D
Complementary color
Monochromatic Colors of #FC497D
Black with #FC497D
Text Example
Text Example
White with #FC497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC497D; }
p { color: rgb(252,73,125); }
H1.HeaderClassName
{
color: #FC497D;
}
.AnyTagClassName
{
color: #FC497D;
}
</style>
background-color css
<style>
a { background-color: #FC497D; }
a { background-color: rgb(252,73,125); }
div.DivClassName
{
background-color: #FC497D;
}
.BgClassName
{
background-color: #FC497D;
}
</style>
border-color css
<style>
span { border-color: #FC497D; }
span { border-color: rgb(252,73,125); }
td.TdClassName
{
border-color: #FC497D;
}
.TagClassName
{
border-color: #FC497D;
}
</style>