Shades of French Rose #FC528C
Tints of French Rose #FC528C
RGB
CMYK
RGB Variations
Color information
#FC528C (or 0xFC528C) is known color: French Rose. HEX triplet: FC, 52 and 8C. RGB value is (252,82,140). Sum of RGB (Red+Green+Blue) = 252+82+140=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC528C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC528C is #03AD73. Grayscale: #8B8B8B. Windows color (decimal): -241012 or 9196284. OLE color: 9196284.
HSL color Cylindrical-coordinate representation of color #FC528C: hue angle of 339.53º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC528C is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 140 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.01 |
| HSL | 339.53º | 0.97% | 0.65% | - |
| HSV(B) | 339.53º | 0.67% | 0.99% | - |
| XYZ | 47.9 | 28.62 | 27.81 | - |
| YUV | 139.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 140 | 0 | 0.67 | 0.44 | 0.01 | 339.53 | 0.97 | 0.65 |
| Hex | FC | 52 | 8C | 0 | 43 | 2C | 1 | 154 | 61 | 41 |
| Octal | 374 | 122 | 214 | 0 | 103 | 54 | 1 | 524 | 141 | 101 |
| Binary | 11111100 | 1010010 | 10001100 | 0 | 1000011 | 101100 | 1 | 101010100 | 1100001 | 1000001 |
Color Harmonies of #FC528C
Complementary color
Monochromatic Colors of #FC528C
Black with #FC528C
Text Example
Text Example
White with #FC528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC528C; }
p { color: rgb(252,82,140); }
H1.HeaderClassName
{
color: #FC528C;
}
.AnyTagClassName
{
color: #FC528C;
}
</style>
background-color css
<style>
a { background-color: #FC528C; }
a { background-color: rgb(252,82,140); }
div.DivClassName
{
background-color: #FC528C;
}
.BgClassName
{
background-color: #FC528C;
}
</style>
border-color css
<style>
span { border-color: #FC528C; }
span { border-color: rgb(252,82,140); }
td.TdClassName
{
border-color: #FC528C;
}
.TagClassName
{
border-color: #FC528C;
}
</style>