Shades of French Rose #FC4D7D
Tints of French Rose #FC4D7D
RGB
CMYK
RGB Variations
Color information
#FC4D7D (or 0xFC4D7D) is known color: French Rose. HEX triplet: FC, 4D and 7D. RGB value is (252,77,125). Sum of RGB (Red+Green+Blue) = 252+77+125=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D7D is #03B282. Grayscale: #868686. Windows color (decimal): -242307 or 8211964. OLE color: 8211964.
HSL color Cylindrical-coordinate representation of color #FC4D7D: hue angle of 343.54º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4D7D is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 125 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.01 |
| HSL | 343.54º | 0.97% | 0.65% | - |
| HSV(B) | 343.54º | 0.69% | 0.99% | - |
| XYZ | 46.5 | 27.48 | 22.26 | - |
| YUV | 134.8 | 122.48 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 125 | 0 | 0.69 | 0.50 | 0.01 | 343.54 | 0.97 | 0.65 |
| Hex | FC | 4D | 7D | 0 | 45 | 32 | 1 | 158 | 61 | 41 |
| Octal | 374 | 115 | 175 | 0 | 105 | 62 | 1 | 530 | 141 | 101 |
| Binary | 11111100 | 1001101 | 1111101 | 0 | 1000101 | 110010 | 1 | 101011000 | 1100001 | 1000001 |
Color Harmonies of #FC4D7D
Complementary color
Monochromatic Colors of #FC4D7D
Black with #FC4D7D
Text Example
Text Example
White with #FC4D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D7D; }
p { color: rgb(252,77,125); }
H1.HeaderClassName
{
color: #FC4D7D;
}
.AnyTagClassName
{
color: #FC4D7D;
}
</style>
background-color css
<style>
a { background-color: #FC4D7D; }
a { background-color: rgb(252,77,125); }
div.DivClassName
{
background-color: #FC4D7D;
}
.BgClassName
{
background-color: #FC4D7D;
}
</style>
border-color css
<style>
span { border-color: #FC4D7D; }
span { border-color: rgb(252,77,125); }
td.TdClassName
{
border-color: #FC4D7D;
}
.TagClassName
{
border-color: #FC4D7D;
}
</style>