Shades of French Rose #F55289
Tints of French Rose #F55289
RGB
CMYK
RGB Variations
Color information
#F55289 (or 0xF55289) is known color: French Rose. HEX triplet: F5, 52 and 89. RGB value is (245,82,137). Sum of RGB (Red+Green+Blue) = 245+82+137=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F55289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55289 is #0AAD76. Grayscale: #888888. Windows color (decimal): -699767 or 8999669. OLE color: 8999669.
HSL color Cylindrical-coordinate representation of color #F55289: hue angle of 339.75º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F55289 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 137 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.04 |
| HSL | 339.75º | 0.89% | 0.64% | - |
| HSV(B) | 339.75º | 0.67% | 0.96% | - |
| XYZ | 45.19 | 27.25 | 26.55 | - |
| YUV | 137.01 | 128 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 137 | 0 | 0.67 | 0.44 | 0.04 | 339.75 | 0.89 | 0.64 |
| Hex | F5 | 52 | 89 | 0 | 43 | 2C | 4 | 154 | 59 | 40 |
| Octal | 365 | 122 | 211 | 0 | 103 | 54 | 4 | 524 | 131 | 100 |
| Binary | 11110101 | 1010010 | 10001001 | 0 | 1000011 | 101100 | 100 | 101010100 | 1011001 | 1000000 |
Color Harmonies of #F55289
Complementary color
Monochromatic Colors of #F55289
Black with #F55289
Text Example
Text Example
White with #F55289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55289; }
p { color: rgb(245,82,137); }
H1.HeaderClassName
{
color: #F55289;
}
.AnyTagClassName
{
color: #F55289;
}
</style>
background-color css
<style>
a { background-color: #F55289; }
a { background-color: rgb(245,82,137); }
div.DivClassName
{
background-color: #F55289;
}
.BgClassName
{
background-color: #F55289;
}
</style>
border-color css
<style>
span { border-color: #F55289; }
span { border-color: rgb(245,82,137); }
td.TdClassName
{
border-color: #F55289;
}
.TagClassName
{
border-color: #F55289;
}
</style>