Shades of French Rose #F55584
Tints of French Rose #F55584
RGB
CMYK
RGB Variations
Color information
#F55584 (or 0xF55584) is known color: French Rose. HEX triplet: F5, 55 and 84. RGB value is (245,85,132). Sum of RGB (Red+Green+Blue) = 245+85+132=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F55584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55584 is #0AAA7B. Grayscale: #8A8A8A. Windows color (decimal): -699004 or 8672757. OLE color: 8672757.
HSL color Cylindrical-coordinate representation of color #F55584: hue angle of 342.38º 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 #F55584 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 132 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.04 |
| HSL | 342.38º | 0.89% | 0.65% | - |
| HSV(B) | 342.38º | 0.65% | 0.96% | - |
| XYZ | 45.07 | 27.58 | 24.78 | - |
| YUV | 138.2 | 124.51 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 132 | 0 | 0.65 | 0.46 | 0.04 | 342.38 | 0.89 | 0.65 |
| Hex | F5 | 55 | 84 | 0 | 41 | 2E | 4 | 156 | 59 | 41 |
| Octal | 365 | 125 | 204 | 0 | 101 | 56 | 4 | 526 | 131 | 101 |
| Binary | 11110101 | 1010101 | 10000100 | 0 | 1000001 | 101110 | 100 | 101010110 | 1011001 | 1000001 |
Color Harmonies of #F55584
Complementary color
Monochromatic Colors of #F55584
Black with #F55584
Text Example
Text Example
White with #F55584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55584; }
p { color: rgb(245,85,132); }
H1.HeaderClassName
{
color: #F55584;
}
.AnyTagClassName
{
color: #F55584;
}
</style>
background-color css
<style>
a { background-color: #F55584; }
a { background-color: rgb(245,85,132); }
div.DivClassName
{
background-color: #F55584;
}
.BgClassName
{
background-color: #F55584;
}
</style>
border-color css
<style>
span { border-color: #F55584; }
span { border-color: rgb(245,85,132); }
td.TdClassName
{
border-color: #F55584;
}
.TagClassName
{
border-color: #F55584;
}
</style>