Shades of French Rose #F55C91
Tints of French Rose #F55C91
RGB
CMYK
RGB Variations
Color information
#F55C91 (or 0xF55C91) is known color: French Rose. HEX triplet: F5, 5C and 91. RGB value is (245,92,145). Sum of RGB (Red+Green+Blue) = 245+92+145=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55C91 is #0AA36E. Grayscale: #8F8F8F. Windows color (decimal): -697199 or 9526517. OLE color: 9526517.
HSL color Cylindrical-coordinate representation of color #F55C91: hue angle of 339.22º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55C91 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 145 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.04 |
| HSL | 339.22º | 0.88% | 0.66% | - |
| HSV(B) | 339.22º | 0.62% | 0.96% | - |
| XYZ | 46.59 | 29.11 | 29.95 | - |
| YUV | 143.79 | 128.69 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 145 | 0 | 0.62 | 0.41 | 0.04 | 339.22 | 0.88 | 0.66 |
| Hex | F5 | 5C | 91 | 0 | 3E | 29 | 4 | 153 | 58 | 42 |
| Octal | 365 | 134 | 221 | 0 | 76 | 51 | 4 | 523 | 130 | 102 |
| Binary | 11110101 | 1011100 | 10010001 | 0 | 111110 | 101001 | 100 | 101010011 | 1011000 | 1000010 |
Color Harmonies of #F55C91
Complementary color
Monochromatic Colors of #F55C91
Black with #F55C91
Text Example
Text Example
White with #F55C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C91; }
p { color: rgb(245,92,145); }
H1.HeaderClassName
{
color: #F55C91;
}
.AnyTagClassName
{
color: #F55C91;
}
</style>
background-color css
<style>
a { background-color: #F55C91; }
a { background-color: rgb(245,92,145); }
div.DivClassName
{
background-color: #F55C91;
}
.BgClassName
{
background-color: #F55C91;
}
</style>
border-color css
<style>
span { border-color: #F55C91; }
span { border-color: rgb(245,92,145); }
td.TdClassName
{
border-color: #F55C91;
}
.TagClassName
{
border-color: #F55C91;
}
</style>