Shades of French Rose #FC548D
Tints of French Rose #FC548D
RGB
CMYK
RGB Variations
Color information
#FC548D (or 0xFC548D) is known color: French Rose. HEX triplet: FC, 54 and 8D. RGB value is (252,84,141). Sum of RGB (Red+Green+Blue) = 252+84+141=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC548D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC548D is #03AB72. Grayscale: #8C8C8C. Windows color (decimal): -240499 or 9262332. OLE color: 9262332.
HSL color Cylindrical-coordinate representation of color #FC548D: hue angle of 339.64º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC548D is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 141 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.01 |
| HSL | 339.64º | 0.97% | 0.66% | - |
| HSV(B) | 339.64º | 0.67% | 0.99% | - |
| XYZ | 48.12 | 28.96 | 28.25 | - |
| YUV | 140.73 | 128.16 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 141 | 0 | 0.67 | 0.44 | 0.01 | 339.64 | 0.97 | 0.66 |
| Hex | FC | 54 | 8D | 0 | 43 | 2C | 1 | 154 | 61 | 42 |
| Octal | 374 | 124 | 215 | 0 | 103 | 54 | 1 | 524 | 141 | 102 |
| Binary | 11111100 | 1010100 | 10001101 | 0 | 1000011 | 101100 | 1 | 101010100 | 1100001 | 1000010 |
Color Harmonies of #FC548D
Complementary color
Monochromatic Colors of #FC548D
Black with #FC548D
Text Example
Text Example
White with #FC548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC548D; }
p { color: rgb(252,84,141); }
H1.HeaderClassName
{
color: #FC548D;
}
.AnyTagClassName
{
color: #FC548D;
}
</style>
background-color css
<style>
a { background-color: #FC548D; }
a { background-color: rgb(252,84,141); }
div.DivClassName
{
background-color: #FC548D;
}
.BgClassName
{
background-color: #FC548D;
}
</style>
border-color css
<style>
span { border-color: #FC548D; }
span { border-color: rgb(252,84,141); }
td.TdClassName
{
border-color: #FC548D;
}
.TagClassName
{
border-color: #FC548D;
}
</style>