Shades of French Rose #F5558B
Tints of French Rose #F5558B
RGB
CMYK
RGB Variations
Color information
#F5558B (or 0xF5558B) is known color: French Rose. HEX triplet: F5, 55 and 8B. RGB value is (245,85,139). Sum of RGB (Red+Green+Blue) = 245+85+139=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5558B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5558B is #0AAA74. Grayscale: #8A8A8A. Windows color (decimal): -698997 or 9131509. OLE color: 9131509.
HSL color Cylindrical-coordinate representation of color #F5558B: hue angle of 339.75º 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 #F5558B is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 139 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.04 |
| HSL | 339.75º | 0.89% | 0.65% | - |
| HSV(B) | 339.75º | 0.65% | 0.96% | - |
| XYZ | 45.56 | 27.77 | 27.39 | - |
| YUV | 139 | 128.01 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 139 | 0 | 0.65 | 0.43 | 0.04 | 339.75 | 0.89 | 0.65 |
| Hex | F5 | 55 | 8B | 0 | 41 | 2B | 4 | 154 | 59 | 41 |
| Octal | 365 | 125 | 213 | 0 | 101 | 53 | 4 | 524 | 131 | 101 |
| Binary | 11110101 | 1010101 | 10001011 | 0 | 1000001 | 101011 | 100 | 101010100 | 1011001 | 1000001 |
Color Harmonies of #F5558B
Complementary color
Monochromatic Colors of #F5558B
Black with #F5558B
Text Example
Text Example
White with #F5558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5558B; }
p { color: rgb(245,85,139); }
H1.HeaderClassName
{
color: #F5558B;
}
.AnyTagClassName
{
color: #F5558B;
}
</style>
background-color css
<style>
a { background-color: #F5558B; }
a { background-color: rgb(245,85,139); }
div.DivClassName
{
background-color: #F5558B;
}
.BgClassName
{
background-color: #F5558B;
}
</style>
border-color css
<style>
span { border-color: #F5558B; }
span { border-color: rgb(245,85,139); }
td.TdClassName
{
border-color: #F5558B;
}
.TagClassName
{
border-color: #F5558B;
}
</style>