Shades of French Rose #F55685
Tints of French Rose #F55685
RGB
CMYK
RGB Variations
Color information
#F55685 (or 0xF55685) is known color: French Rose. HEX triplet: F5, 56 and 85. RGB value is (245,86,133). Sum of RGB (Red+Green+Blue) = 245+86+133=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F55685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55685 is #0AA97A. Grayscale: #8A8A8A. Windows color (decimal): -698747 or 8738549. OLE color: 8738549.
HSL color Cylindrical-coordinate representation of color #F55685: hue angle of 342.26º 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 #F55685 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 133 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.04 |
| HSL | 342.26º | 0.89% | 0.65% | - |
| HSV(B) | 342.26º | 0.65% | 0.96% | - |
| XYZ | 45.22 | 27.76 | 25.17 | - |
| YUV | 138.9 | 124.68 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 133 | 0 | 0.65 | 0.46 | 0.04 | 342.26 | 0.89 | 0.65 |
| Hex | F5 | 56 | 85 | 0 | 41 | 2E | 4 | 156 | 59 | 41 |
| Octal | 365 | 126 | 205 | 0 | 101 | 56 | 4 | 526 | 131 | 101 |
| Binary | 11110101 | 1010110 | 10000101 | 0 | 1000001 | 101110 | 100 | 101010110 | 1011001 | 1000001 |
Color Harmonies of #F55685
Complementary color
Monochromatic Colors of #F55685
Black with #F55685
Text Example
Text Example
White with #F55685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55685; }
p { color: rgb(245,86,133); }
H1.HeaderClassName
{
color: #F55685;
}
.AnyTagClassName
{
color: #F55685;
}
</style>
background-color css
<style>
a { background-color: #F55685; }
a { background-color: rgb(245,86,133); }
div.DivClassName
{
background-color: #F55685;
}
.BgClassName
{
background-color: #F55685;
}
</style>
border-color css
<style>
span { border-color: #F55685; }
span { border-color: rgb(245,86,133); }
td.TdClassName
{
border-color: #F55685;
}
.TagClassName
{
border-color: #F55685;
}
</style>