Shades of French Rose #FC487D
Tints of French Rose #FC487D
RGB
CMYK
RGB Variations
Color information
#FC487D (or 0xFC487D) is known color: French Rose. HEX triplet: FC, 48 and 7D. RGB value is (252,72,125). Sum of RGB (Red+Green+Blue) = 252+72+125=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC487D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC487D is #03B782. Grayscale: #838383. Windows color (decimal): -243587 or 8210684. OLE color: 8210684.
HSL color Cylindrical-coordinate representation of color #FC487D: hue angle of 342.33º 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 #FC487D is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 72 | 125 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.01 |
| HSL | 342.33º | 0.97% | 0.64% | - |
| HSV(B) | 342.33º | 0.71% | 0.99% | - |
| XYZ | 46.16 | 26.81 | 22.14 | - |
| YUV | 131.86 | 124.13 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 72 | 125 | 0 | 0.71 | 0.50 | 0.01 | 342.33 | 0.97 | 0.64 |
| Hex | FC | 48 | 7D | 0 | 47 | 32 | 1 | 156 | 61 | 40 |
| Octal | 374 | 110 | 175 | 0 | 107 | 62 | 1 | 526 | 141 | 100 |
| Binary | 11111100 | 1001000 | 1111101 | 0 | 1000111 | 110010 | 1 | 101010110 | 1100001 | 1000000 |
Color Harmonies of #FC487D
Complementary color
Monochromatic Colors of #FC487D
Black with #FC487D
Text Example
Text Example
White with #FC487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC487D; }
p { color: rgb(252,72,125); }
H1.HeaderClassName
{
color: #FC487D;
}
.AnyTagClassName
{
color: #FC487D;
}
</style>
background-color css
<style>
a { background-color: #FC487D; }
a { background-color: rgb(252,72,125); }
div.DivClassName
{
background-color: #FC487D;
}
.BgClassName
{
background-color: #FC487D;
}
</style>
border-color css
<style>
span { border-color: #FC487D; }
span { border-color: rgb(252,72,125); }
td.TdClassName
{
border-color: #FC487D;
}
.TagClassName
{
border-color: #FC487D;
}
</style>