Shades of French Rose #FC5892
Tints of French Rose #FC5892
RGB
CMYK
RGB Variations
Color information
#FC5892 (or 0xFC5892) is known color: French Rose. HEX triplet: FC, 58 and 92. RGB value is (252,88,146). Sum of RGB (Red+Green+Blue) = 252+88+146=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5892 is #03A76D. Grayscale: #8F8F8F. Windows color (decimal): -239470 or 9591036. OLE color: 9591036.
HSL color Cylindrical-coordinate representation of color #FC5892: hue angle of 338.78º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC5892 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 146 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.01 |
| HSL | 338.78º | 0.96% | 0.67% | - |
| HSV(B) | 338.78º | 0.65% | 0.99% | - |
| XYZ | 48.82 | 29.75 | 30.36 | - |
| YUV | 143.65 | 129.33 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 146 | 0 | 0.65 | 0.42 | 0.01 | 338.78 | 0.96 | 0.67 |
| Hex | FC | 58 | 92 | 0 | 41 | 2A | 1 | 153 | 60 | 43 |
| Octal | 374 | 130 | 222 | 0 | 101 | 52 | 1 | 523 | 140 | 103 |
| Binary | 11111100 | 1011000 | 10010010 | 0 | 1000001 | 101010 | 1 | 101010011 | 1100000 | 1000011 |
Color Harmonies of #FC5892
Complementary color
Monochromatic Colors of #FC5892
Black with #FC5892
Text Example
Text Example
White with #FC5892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5892; }
p { color: rgb(252,88,146); }
H1.HeaderClassName
{
color: #FC5892;
}
.AnyTagClassName
{
color: #FC5892;
}
</style>
background-color css
<style>
a { background-color: #FC5892; }
a { background-color: rgb(252,88,146); }
div.DivClassName
{
background-color: #FC5892;
}
.BgClassName
{
background-color: #FC5892;
}
</style>
border-color css
<style>
span { border-color: #FC5892; }
span { border-color: rgb(252,88,146); }
td.TdClassName
{
border-color: #FC5892;
}
.TagClassName
{
border-color: #FC5892;
}
</style>