Shades of French Rose #FC4A80
Tints of French Rose #FC4A80
RGB
CMYK
RGB Variations
Color information
#FC4A80 (or 0xFC4A80) is known color: French Rose. HEX triplet: FC, 4A and 80. RGB value is (252,74,128). Sum of RGB (Red+Green+Blue) = 252+74+128=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4A80 is #03B57F. Grayscale: #858585. Windows color (decimal): -243072 or 8407804. OLE color: 8407804.
HSL color Cylindrical-coordinate representation of color #FC4A80: hue angle of 341.8º 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 #FC4A80 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 74 | 128 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.01 |
| HSL | 341.8º | 0.97% | 0.64% | - |
| HSV(B) | 341.8º | 0.71% | 0.99% | - |
| XYZ | 46.49 | 27.15 | 23.21 | - |
| YUV | 133.38 | 124.97 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 74 | 128 | 0 | 0.71 | 0.49 | 0.01 | 341.8 | 0.97 | 0.64 |
| Hex | FC | 4A | 80 | 0 | 47 | 31 | 1 | 156 | 61 | 40 |
| Octal | 374 | 112 | 200 | 0 | 107 | 61 | 1 | 526 | 141 | 100 |
| Binary | 11111100 | 1001010 | 10000000 | 0 | 1000111 | 110001 | 1 | 101010110 | 1100001 | 1000000 |
Color Harmonies of #FC4A80
Complementary color
Monochromatic Colors of #FC4A80
Black with #FC4A80
Text Example
Text Example
White with #FC4A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4A80; }
p { color: rgb(252,74,128); }
H1.HeaderClassName
{
color: #FC4A80;
}
.AnyTagClassName
{
color: #FC4A80;
}
</style>
background-color css
<style>
a { background-color: #FC4A80; }
a { background-color: rgb(252,74,128); }
div.DivClassName
{
background-color: #FC4A80;
}
.BgClassName
{
background-color: #FC4A80;
}
</style>
border-color css
<style>
span { border-color: #FC4A80; }
span { border-color: rgb(252,74,128); }
td.TdClassName
{
border-color: #FC4A80;
}
.TagClassName
{
border-color: #FC4A80;
}
</style>