Shades of French Rose #F55488
Tints of French Rose #F55488
RGB
CMYK
RGB Variations
Color information
#F55488 (or 0xF55488) is known color: French Rose. HEX triplet: F5, 54 and 88. RGB value is (245,84,136). Sum of RGB (Red+Green+Blue) = 245+84+136=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F55488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55488 is #0AAB77. Grayscale: #8A8A8A. Windows color (decimal): -699256 or 8934645. OLE color: 8934645.
HSL color Cylindrical-coordinate representation of color #F55488: hue angle of 340.62º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F55488 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 136 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.04 |
| HSL | 340.62º | 0.89% | 0.65% | - |
| HSV(B) | 340.62º | 0.66% | 0.96% | - |
| XYZ | 45.27 | 27.53 | 26.22 | - |
| YUV | 138.07 | 126.84 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 136 | 0 | 0.66 | 0.44 | 0.04 | 340.62 | 0.89 | 0.65 |
| Hex | F5 | 54 | 88 | 0 | 42 | 2C | 4 | 155 | 59 | 41 |
| Octal | 365 | 124 | 210 | 0 | 102 | 54 | 4 | 525 | 131 | 101 |
| Binary | 11110101 | 1010100 | 10001000 | 0 | 1000010 | 101100 | 100 | 101010101 | 1011001 | 1000001 |
Color Harmonies of #F55488
Complementary color
Monochromatic Colors of #F55488
Black with #F55488
Text Example
Text Example
White with #F55488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55488; }
p { color: rgb(245,84,136); }
H1.HeaderClassName
{
color: #F55488;
}
.AnyTagClassName
{
color: #F55488;
}
</style>
background-color css
<style>
a { background-color: #F55488; }
a { background-color: rgb(245,84,136); }
div.DivClassName
{
background-color: #F55488;
}
.BgClassName
{
background-color: #F55488;
}
</style>
border-color css
<style>
span { border-color: #F55488; }
span { border-color: rgb(245,84,136); }
td.TdClassName
{
border-color: #F55488;
}
.TagClassName
{
border-color: #F55488;
}
</style>