Shades of French Rose #FC5491
Tints of French Rose #FC5491
RGB
CMYK
RGB Variations
Color information
#FC5491 (or 0xFC5491) is known color: French Rose. HEX triplet: FC, 54 and 91. RGB value is (252,84,145). Sum of RGB (Red+Green+Blue) = 252+84+145=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5491 is #03AB6E. Grayscale: #8D8D8D. Windows color (decimal): -240495 or 9524476. OLE color: 9524476.
HSL color Cylindrical-coordinate representation of color #FC5491: hue angle of 338.21º 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 #FC5491 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 145 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.01 |
| HSL | 338.21º | 0.97% | 0.66% | - |
| HSV(B) | 338.21º | 0.67% | 0.99% | - |
| XYZ | 48.43 | 29.08 | 29.85 | - |
| YUV | 141.19 | 130.16 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 145 | 0 | 0.67 | 0.42 | 0.01 | 338.21 | 0.97 | 0.66 |
| Hex | FC | 54 | 91 | 0 | 43 | 2A | 1 | 152 | 61 | 42 |
| Octal | 374 | 124 | 221 | 0 | 103 | 52 | 1 | 522 | 141 | 102 |
| Binary | 11111100 | 1010100 | 10010001 | 0 | 1000011 | 101010 | 1 | 101010010 | 1100001 | 1000010 |
Color Harmonies of #FC5491
Complementary color
Monochromatic Colors of #FC5491
Black with #FC5491
Text Example
Text Example
White with #FC5491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5491; }
p { color: rgb(252,84,145); }
H1.HeaderClassName
{
color: #FC5491;
}
.AnyTagClassName
{
color: #FC5491;
}
</style>
background-color css
<style>
a { background-color: #FC5491; }
a { background-color: rgb(252,84,145); }
div.DivClassName
{
background-color: #FC5491;
}
.BgClassName
{
background-color: #FC5491;
}
</style>
border-color css
<style>
span { border-color: #FC5491; }
span { border-color: rgb(252,84,145); }
td.TdClassName
{
border-color: #FC5491;
}
.TagClassName
{
border-color: #FC5491;
}
</style>