Shades of French Rose #F55687
Tints of French Rose #F55687
RGB
CMYK
RGB Variations
Color information
#F55687 (or 0xF55687) is known color: French Rose. HEX triplet: F5, 56 and 87. RGB value is (245,86,135). Sum of RGB (Red+Green+Blue) = 245+86+135=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F55687 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55687 is #0AA978. Grayscale: #8B8B8B. Windows color (decimal): -698745 or 8869621. OLE color: 8869621.
HSL color Cylindrical-coordinate representation of color #F55687: hue angle of 341.51º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F55687 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 135 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.04 |
| HSL | 341.51º | 0.89% | 0.65% | - |
| HSV(B) | 341.51º | 0.65% | 0.96% | - |
| XYZ | 45.36 | 27.82 | 25.9 | - |
| YUV | 139.13 | 125.68 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 135 | 0 | 0.65 | 0.45 | 0.04 | 341.51 | 0.89 | 0.65 |
| Hex | F5 | 56 | 87 | 0 | 41 | 2D | 4 | 156 | 59 | 41 |
| Octal | 365 | 126 | 207 | 0 | 101 | 55 | 4 | 526 | 131 | 101 |
| Binary | 11110101 | 1010110 | 10000111 | 0 | 1000001 | 101101 | 100 | 101010110 | 1011001 | 1000001 |
Color Harmonies of #F55687
Complementary color
Monochromatic Colors of #F55687
Black with #F55687
Text Example
Text Example
White with #F55687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55687; }
p { color: rgb(245,86,135); }
H1.HeaderClassName
{
color: #F55687;
}
.AnyTagClassName
{
color: #F55687;
}
</style>
background-color css
<style>
a { background-color: #F55687; }
a { background-color: rgb(245,86,135); }
div.DivClassName
{
background-color: #F55687;
}
.BgClassName
{
background-color: #F55687;
}
</style>
border-color css
<style>
span { border-color: #F55687; }
span { border-color: rgb(245,86,135); }
td.TdClassName
{
border-color: #F55687;
}
.TagClassName
{
border-color: #F55687;
}
</style>