Shades of French Rose #F55889
Tints of French Rose #F55889
RGB
CMYK
RGB Variations
Color information
#F55889 (or 0xF55889) is known color: French Rose. HEX triplet: F5, 58 and 89. RGB value is (245,88,137). Sum of RGB (Red+Green+Blue) = 245+88+137=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F55889 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55889 is #0AA776. Grayscale: #8C8C8C. Windows color (decimal): -698231 or 9001205. OLE color: 9001205.
HSL color Cylindrical-coordinate representation of color #F55889: hue angle of 341.27º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F55889 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 137 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.04 |
| HSL | 341.27º | 0.89% | 0.65% | - |
| HSV(B) | 341.27º | 0.64% | 0.96% | - |
| XYZ | 45.66 | 28.2 | 26.7 | - |
| YUV | 140.53 | 126.01 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 137 | 0 | 0.64 | 0.44 | 0.04 | 341.27 | 0.89 | 0.65 |
| Hex | F5 | 58 | 89 | 0 | 40 | 2C | 4 | 155 | 59 | 41 |
| Octal | 365 | 130 | 211 | 0 | 100 | 54 | 4 | 525 | 131 | 101 |
| Binary | 11110101 | 1011000 | 10001001 | 0 | 1000000 | 101100 | 100 | 101010101 | 1011001 | 1000001 |
Color Harmonies of #F55889
Complementary color
Monochromatic Colors of #F55889
Black with #F55889
Text Example
Text Example
White with #F55889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55889; }
p { color: rgb(245,88,137); }
H1.HeaderClassName
{
color: #F55889;
}
.AnyTagClassName
{
color: #F55889;
}
</style>
background-color css
<style>
a { background-color: #F55889; }
a { background-color: rgb(245,88,137); }
div.DivClassName
{
background-color: #F55889;
}
.BgClassName
{
background-color: #F55889;
}
</style>
border-color css
<style>
span { border-color: #F55889; }
span { border-color: rgb(245,88,137); }
td.TdClassName
{
border-color: #F55889;
}
.TagClassName
{
border-color: #F55889;
}
</style>