Shades of French Rose #FC5A91
Tints of French Rose #FC5A91
RGB
CMYK
RGB Variations
Color information
#FC5A91 (or 0xFC5A91) is known color: French Rose. HEX triplet: FC, 5A and 91. RGB value is (252,90,145). Sum of RGB (Red+Green+Blue) = 252+90+145=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5A91 is #03A56E. Grayscale: #909090. Windows color (decimal): -238959 or 9526012. OLE color: 9526012.
HSL color Cylindrical-coordinate representation of color #FC5A91: hue angle of 339.63º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5A91 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 145 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.01 |
| HSL | 339.63º | 0.96% | 0.67% | - |
| HSV(B) | 339.63º | 0.64% | 0.99% | - |
| XYZ | 48.91 | 30.05 | 30.01 | - |
| YUV | 144.71 | 128.17 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 145 | 0 | 0.64 | 0.42 | 0.01 | 339.63 | 0.96 | 0.67 |
| Hex | FC | 5A | 91 | 0 | 40 | 2A | 1 | 154 | 60 | 43 |
| Octal | 374 | 132 | 221 | 0 | 100 | 52 | 1 | 524 | 140 | 103 |
| Binary | 11111100 | 1011010 | 10010001 | 0 | 1000000 | 101010 | 1 | 101010100 | 1100000 | 1000011 |
Color Harmonies of #FC5A91
Complementary color
Monochromatic Colors of #FC5A91
Black with #FC5A91
Text Example
Text Example
White with #FC5A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A91; }
p { color: rgb(252,90,145); }
H1.HeaderClassName
{
color: #FC5A91;
}
.AnyTagClassName
{
color: #FC5A91;
}
</style>
background-color css
<style>
a { background-color: #FC5A91; }
a { background-color: rgb(252,90,145); }
div.DivClassName
{
background-color: #FC5A91;
}
.BgClassName
{
background-color: #FC5A91;
}
</style>
border-color css
<style>
span { border-color: #FC5A91; }
span { border-color: rgb(252,90,145); }
td.TdClassName
{
border-color: #FC5A91;
}
.TagClassName
{
border-color: #FC5A91;
}
</style>