Shades of French Rose #FC4E8D
Tints of French Rose #FC4E8D
RGB
CMYK
RGB Variations
Color information
#FC4E8D (or 0xFC4E8D) is known color: French Rose. HEX triplet: FC, 4E and 8D. RGB value is (252,78,141). Sum of RGB (Red+Green+Blue) = 252+78+141=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4E8D is #03B172. Grayscale: #898989. Windows color (decimal): -242035 or 9260796. OLE color: 9260796.
HSL color Cylindrical-coordinate representation of color #FC4E8D: hue angle of 338.28º 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 #FC4E8D is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 141 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.01 |
| HSL | 338.28º | 0.97% | 0.65% | - |
| HSV(B) | 338.28º | 0.69% | 0.99% | - |
| XYZ | 47.68 | 28.07 | 28.1 | - |
| YUV | 137.21 | 130.15 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 141 | 0 | 0.69 | 0.44 | 0.01 | 338.28 | 0.97 | 0.65 |
| Hex | FC | 4E | 8D | 0 | 45 | 2C | 1 | 152 | 61 | 41 |
| Octal | 374 | 116 | 215 | 0 | 105 | 54 | 1 | 522 | 141 | 101 |
| Binary | 11111100 | 1001110 | 10001101 | 0 | 1000101 | 101100 | 1 | 101010010 | 1100001 | 1000001 |
Color Harmonies of #FC4E8D
Complementary color
Monochromatic Colors of #FC4E8D
Black with #FC4E8D
Text Example
Text Example
White with #FC4E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4E8D; }
p { color: rgb(252,78,141); }
H1.HeaderClassName
{
color: #FC4E8D;
}
.AnyTagClassName
{
color: #FC4E8D;
}
</style>
background-color css
<style>
a { background-color: #FC4E8D; }
a { background-color: rgb(252,78,141); }
div.DivClassName
{
background-color: #FC4E8D;
}
.BgClassName
{
background-color: #FC4E8D;
}
</style>
border-color css
<style>
span { border-color: #FC4E8D; }
span { border-color: rgb(252,78,141); }
td.TdClassName
{
border-color: #FC4E8D;
}
.TagClassName
{
border-color: #FC4E8D;
}
</style>