Shades of French Rose #FD4C80
Tints of French Rose #FD4C80
RGB
CMYK
RGB Variations
Color information
#FD4C80 (or 0xFD4C80) is known color: French Rose. HEX triplet: FD, 4C and 80. RGB value is (253,76,128). Sum of RGB (Red+Green+Blue) = 253+76+128=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4C80 is #02B37F. Grayscale: #868686. Windows color (decimal): -177024 or 8408317. OLE color: 8408317.
HSL color Cylindrical-coordinate representation of color #FD4C80: hue angle of 342.37º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4C80 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 76 | 128 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.01 |
| HSL | 342.37º | 0.98% | 0.65% | - |
| HSV(B) | 342.37º | 0.7% | 0.99% | - |
| XYZ | 46.99 | 27.61 | 23.27 | - |
| YUV | 134.85 | 124.14 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 76 | 128 | 0 | 0.70 | 0.49 | 0.01 | 342.37 | 0.98 | 0.65 |
| Hex | FD | 4C | 80 | 0 | 46 | 31 | 1 | 156 | 62 | 41 |
| Octal | 375 | 114 | 200 | 0 | 106 | 61 | 1 | 526 | 142 | 101 |
| Binary | 11111101 | 1001100 | 10000000 | 0 | 1000110 | 110001 | 1 | 101010110 | 1100010 | 1000001 |
Color Harmonies of #FD4C80
Complementary color
Monochromatic Colors of #FD4C80
Black with #FD4C80
Text Example
Text Example
White with #FD4C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4C80; }
p { color: rgb(253,76,128); }
H1.HeaderClassName
{
color: #FD4C80;
}
.AnyTagClassName
{
color: #FD4C80;
}
</style>
background-color css
<style>
a { background-color: #FD4C80; }
a { background-color: rgb(253,76,128); }
div.DivClassName
{
background-color: #FD4C80;
}
.BgClassName
{
background-color: #FD4C80;
}
</style>
border-color css
<style>
span { border-color: #FD4C80; }
span { border-color: rgb(253,76,128); }
td.TdClassName
{
border-color: #FD4C80;
}
.TagClassName
{
border-color: #FD4C80;
}
</style>