Shades of French Rose #FC4D91
Tints of French Rose #FC4D91
RGB
CMYK
RGB Variations
Color information
#FC4D91 (or 0xFC4D91) is known color: French Rose. HEX triplet: FC, 4D and 91. RGB value is (252,77,145). Sum of RGB (Red+Green+Blue) = 252+77+145=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4D91 is #03B26E. Grayscale: #888888. Windows color (decimal): -242287 or 9522684. OLE color: 9522684.
HSL color Cylindrical-coordinate representation of color #FC4D91: hue angle of 336.69º 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 #FC4D91 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 145 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.01 |
| HSL | 336.69º | 0.97% | 0.65% | - |
| HSV(B) | 336.69º | 0.69% | 0.99% | - |
| XYZ | 47.91 | 28.05 | 29.68 | - |
| YUV | 137.08 | 132.48 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 145 | 0 | 0.69 | 0.42 | 0.01 | 336.69 | 0.97 | 0.65 |
| Hex | FC | 4D | 91 | 0 | 45 | 2A | 1 | 151 | 61 | 41 |
| Octal | 374 | 115 | 221 | 0 | 105 | 52 | 1 | 521 | 141 | 101 |
| Binary | 11111100 | 1001101 | 10010001 | 0 | 1000101 | 101010 | 1 | 101010001 | 1100001 | 1000001 |
Color Harmonies of #FC4D91
Complementary color
Monochromatic Colors of #FC4D91
Black with #FC4D91
Text Example
Text Example
White with #FC4D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D91; }
p { color: rgb(252,77,145); }
H1.HeaderClassName
{
color: #FC4D91;
}
.AnyTagClassName
{
color: #FC4D91;
}
</style>
background-color css
<style>
a { background-color: #FC4D91; }
a { background-color: rgb(252,77,145); }
div.DivClassName
{
background-color: #FC4D91;
}
.BgClassName
{
background-color: #FC4D91;
}
</style>
border-color css
<style>
span { border-color: #FC4D91; }
span { border-color: rgb(252,77,145); }
td.TdClassName
{
border-color: #FC4D91;
}
.TagClassName
{
border-color: #FC4D91;
}
</style>