Shades of French Rose #F55D90
Tints of French Rose #F55D90
RGB
CMYK
RGB Variations
Color information
#F55D90 (or 0xF55D90) is known color: French Rose. HEX triplet: F5, 5D and 90. RGB value is (245,93,144). Sum of RGB (Red+Green+Blue) = 245+93+144=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55D90 is #0AA26F. Grayscale: #909090. Windows color (decimal): -696944 or 9461237. OLE color: 9461237.
HSL color Cylindrical-coordinate representation of color #F55D90: hue angle of 339.87º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55D90 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 144 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.04 |
| HSL | 339.87º | 0.88% | 0.66% | - |
| HSV(B) | 339.87º | 0.62% | 0.96% | - |
| XYZ | 46.6 | 29.25 | 29.58 | - |
| YUV | 144.26 | 127.86 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 144 | 0 | 0.62 | 0.41 | 0.04 | 339.87 | 0.88 | 0.66 |
| Hex | F5 | 5D | 90 | 0 | 3E | 29 | 4 | 154 | 58 | 42 |
| Octal | 365 | 135 | 220 | 0 | 76 | 51 | 4 | 524 | 130 | 102 |
| Binary | 11110101 | 1011101 | 10010000 | 0 | 111110 | 101001 | 100 | 101010100 | 1011000 | 1000010 |
Color Harmonies of #F55D90
Complementary color
Monochromatic Colors of #F55D90
Black with #F55D90
Text Example
Text Example
White with #F55D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D90; }
p { color: rgb(245,93,144); }
H1.HeaderClassName
{
color: #F55D90;
}
.AnyTagClassName
{
color: #F55D90;
}
</style>
background-color css
<style>
a { background-color: #F55D90; }
a { background-color: rgb(245,93,144); }
div.DivClassName
{
background-color: #F55D90;
}
.BgClassName
{
background-color: #F55D90;
}
</style>
border-color css
<style>
span { border-color: #F55D90; }
span { border-color: rgb(245,93,144); }
td.TdClassName
{
border-color: #F55D90;
}
.TagClassName
{
border-color: #F55D90;
}
</style>