Shades of French Rose #FC5192
Tints of French Rose #FC5192
RGB
CMYK
RGB Variations
Color information
#FC5192 (or 0xFC5192) is known color: French Rose. HEX triplet: FC, 51 and 92. RGB value is (252,81,146). Sum of RGB (Red+Green+Blue) = 252+81+146=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5192 is #03AE6D. Grayscale: #8B8B8B. Windows color (decimal): -241262 or 9589244. OLE color: 9589244.
HSL color Cylindrical-coordinate representation of color #FC5192: hue angle of 337.19º 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 #FC5192 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 146 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.01 |
| HSL | 337.19º | 0.97% | 0.65% | - |
| HSV(B) | 337.19º | 0.68% | 0.99% | - |
| XYZ | 48.28 | 28.66 | 30.18 | - |
| YUV | 139.54 | 131.65 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 146 | 0 | 0.68 | 0.42 | 0.01 | 337.19 | 0.97 | 0.65 |
| Hex | FC | 51 | 92 | 0 | 44 | 2A | 1 | 151 | 61 | 41 |
| Octal | 374 | 121 | 222 | 0 | 104 | 52 | 1 | 521 | 141 | 101 |
| Binary | 11111100 | 1010001 | 10010010 | 0 | 1000100 | 101010 | 1 | 101010001 | 1100001 | 1000001 |
Color Harmonies of #FC5192
Complementary color
Monochromatic Colors of #FC5192
Black with #FC5192
Text Example
Text Example
White with #FC5192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5192; }
p { color: rgb(252,81,146); }
H1.HeaderClassName
{
color: #FC5192;
}
.AnyTagClassName
{
color: #FC5192;
}
</style>
background-color css
<style>
a { background-color: #FC5192; }
a { background-color: rgb(252,81,146); }
div.DivClassName
{
background-color: #FC5192;
}
.BgClassName
{
background-color: #FC5192;
}
</style>
border-color css
<style>
span { border-color: #FC5192; }
span { border-color: rgb(252,81,146); }
td.TdClassName
{
border-color: #FC5192;
}
.TagClassName
{
border-color: #FC5192;
}
</style>