Shades of French Rose #F55788
Tints of French Rose #F55788
RGB
CMYK
RGB Variations
Color information
#F55788 (or 0xF55788) is known color: French Rose. HEX triplet: F5, 57 and 88. RGB value is (245,87,136). Sum of RGB (Red+Green+Blue) = 245+87+136=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F55788 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55788 is #0AA877. Grayscale: #8B8B8B. Windows color (decimal): -698488 or 8935413. OLE color: 8935413.
HSL color Cylindrical-coordinate representation of color #F55788: hue angle of 341.39º 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 #F55788 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 136 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.04 |
| HSL | 341.39º | 0.89% | 0.65% | - |
| HSV(B) | 341.39º | 0.64% | 0.96% | - |
| XYZ | 45.51 | 28.01 | 26.3 | - |
| YUV | 139.83 | 125.85 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 136 | 0 | 0.64 | 0.44 | 0.04 | 341.39 | 0.89 | 0.65 |
| Hex | F5 | 57 | 88 | 0 | 40 | 2C | 4 | 155 | 59 | 41 |
| Octal | 365 | 127 | 210 | 0 | 100 | 54 | 4 | 525 | 131 | 101 |
| Binary | 11110101 | 1010111 | 10001000 | 0 | 1000000 | 101100 | 100 | 101010101 | 1011001 | 1000001 |
Color Harmonies of #F55788
Complementary color
Monochromatic Colors of #F55788
Black with #F55788
Text Example
Text Example
White with #F55788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55788; }
p { color: rgb(245,87,136); }
H1.HeaderClassName
{
color: #F55788;
}
.AnyTagClassName
{
color: #F55788;
}
</style>
background-color css
<style>
a { background-color: #F55788; }
a { background-color: rgb(245,87,136); }
div.DivClassName
{
background-color: #F55788;
}
.BgClassName
{
background-color: #F55788;
}
</style>
border-color css
<style>
span { border-color: #F55788; }
span { border-color: rgb(245,87,136); }
td.TdClassName
{
border-color: #F55788;
}
.TagClassName
{
border-color: #F55788;
}
</style>