Shades of French Rose #FC4F8C
Tints of French Rose #FC4F8C
RGB
CMYK
RGB Variations
Color information
#FC4F8C (or 0xFC4F8C) is known color: French Rose. HEX triplet: FC, 4F and 8C. RGB value is (252,79,140). Sum of RGB (Red+Green+Blue) = 252+79+140=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4F8C is #03B073. Grayscale: #898989. Windows color (decimal): -241780 or 9195516. OLE color: 9195516.
HSL color Cylindrical-coordinate representation of color #FC4F8C: hue angle of 338.84º 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 #FC4F8C is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 79 | 140 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.01 |
| HSL | 338.84º | 0.97% | 0.65% | - |
| HSV(B) | 338.84º | 0.69% | 0.99% | - |
| XYZ | 47.67 | 28.18 | 27.74 | - |
| YUV | 137.68 | 129.31 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 79 | 140 | 0 | 0.69 | 0.44 | 0.01 | 338.84 | 0.97 | 0.65 |
| Hex | FC | 4F | 8C | 0 | 45 | 2C | 1 | 153 | 61 | 41 |
| Octal | 374 | 117 | 214 | 0 | 105 | 54 | 1 | 523 | 141 | 101 |
| Binary | 11111100 | 1001111 | 10001100 | 0 | 1000101 | 101100 | 1 | 101010011 | 1100001 | 1000001 |
Color Harmonies of #FC4F8C
Complementary color
Monochromatic Colors of #FC4F8C
Black with #FC4F8C
Text Example
Text Example
White with #FC4F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4F8C; }
p { color: rgb(252,79,140); }
H1.HeaderClassName
{
color: #FC4F8C;
}
.AnyTagClassName
{
color: #FC4F8C;
}
</style>
background-color css
<style>
a { background-color: #FC4F8C; }
a { background-color: rgb(252,79,140); }
div.DivClassName
{
background-color: #FC4F8C;
}
.BgClassName
{
background-color: #FC4F8C;
}
</style>
border-color css
<style>
span { border-color: #FC4F8C; }
span { border-color: rgb(252,79,140); }
td.TdClassName
{
border-color: #FC4F8C;
}
.TagClassName
{
border-color: #FC4F8C;
}
</style>