Shades of French Rose #F55288
Tints of French Rose #F55288
RGB
CMYK
RGB Variations
Color information
#F55288 (or 0xF55288) is known color: French Rose. HEX triplet: F5, 52 and 88. RGB value is (245,82,136). Sum of RGB (Red+Green+Blue) = 245+82+136=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F55288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55288 is #0AAD77. Grayscale: #888888. Windows color (decimal): -699768 or 8934133. OLE color: 8934133.
HSL color Cylindrical-coordinate representation of color #F55288: hue angle of 340.12º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F55288 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 136 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.04 |
| HSL | 340.12º | 0.89% | 0.64% | - |
| HSV(B) | 340.12º | 0.67% | 0.96% | - |
| XYZ | 45.12 | 27.22 | 26.17 | - |
| YUV | 136.89 | 127.5 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 136 | 0 | 0.67 | 0.44 | 0.04 | 340.12 | 0.89 | 0.64 |
| Hex | F5 | 52 | 88 | 0 | 43 | 2C | 4 | 154 | 59 | 40 |
| Octal | 365 | 122 | 210 | 0 | 103 | 54 | 4 | 524 | 131 | 100 |
| Binary | 11110101 | 1010010 | 10001000 | 0 | 1000011 | 101100 | 100 | 101010100 | 1011001 | 1000000 |
Color Harmonies of #F55288
Complementary color
Monochromatic Colors of #F55288
Black with #F55288
Text Example
Text Example
White with #F55288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55288; }
p { color: rgb(245,82,136); }
H1.HeaderClassName
{
color: #F55288;
}
.AnyTagClassName
{
color: #F55288;
}
</style>
background-color css
<style>
a { background-color: #F55288; }
a { background-color: rgb(245,82,136); }
div.DivClassName
{
background-color: #F55288;
}
.BgClassName
{
background-color: #F55288;
}
</style>
border-color css
<style>
span { border-color: #F55288; }
span { border-color: rgb(245,82,136); }
td.TdClassName
{
border-color: #F55288;
}
.TagClassName
{
border-color: #F55288;
}
</style>