Shades of French Rose #FC518B
Tints of French Rose #FC518B
RGB
CMYK
RGB Variations
Color information
#FC518B (or 0xFC518B) is known color: French Rose. HEX triplet: FC, 51 and 8B. RGB value is (252,81,139). Sum of RGB (Red+Green+Blue) = 252+81+139=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC518B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC518B is #03AE74. Grayscale: #8A8A8A. Windows color (decimal): -241269 or 9130492. OLE color: 9130492.
HSL color Cylindrical-coordinate representation of color #FC518B: hue angle of 339.65º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC518B is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 139 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.01 |
| HSL | 339.65º | 0.97% | 0.65% | - |
| HSV(B) | 339.65º | 0.68% | 0.99% | - |
| XYZ | 47.75 | 28.44 | 27.4 | - |
| YUV | 138.74 | 128.15 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 139 | 0 | 0.68 | 0.45 | 0.01 | 339.65 | 0.97 | 0.65 |
| Hex | FC | 51 | 8B | 0 | 44 | 2D | 1 | 154 | 61 | 41 |
| Octal | 374 | 121 | 213 | 0 | 104 | 55 | 1 | 524 | 141 | 101 |
| Binary | 11111100 | 1010001 | 10001011 | 0 | 1000100 | 101101 | 1 | 101010100 | 1100001 | 1000001 |
Color Harmonies of #FC518B
Complementary color
Monochromatic Colors of #FC518B
Black with #FC518B
Text Example
Text Example
White with #FC518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC518B; }
p { color: rgb(252,81,139); }
H1.HeaderClassName
{
color: #FC518B;
}
.AnyTagClassName
{
color: #FC518B;
}
</style>
background-color css
<style>
a { background-color: #FC518B; }
a { background-color: rgb(252,81,139); }
div.DivClassName
{
background-color: #FC518B;
}
.BgClassName
{
background-color: #FC518B;
}
</style>
border-color css
<style>
span { border-color: #FC518B; }
span { border-color: rgb(252,81,139); }
td.TdClassName
{
border-color: #FC518B;
}
.TagClassName
{
border-color: #FC518B;
}
</style>