Shades of French Rose #F55A90
Tints of French Rose #F55A90
RGB
CMYK
RGB Variations
Color information
#F55A90 (or 0xF55A90) is known color: French Rose. HEX triplet: F5, 5A and 90. RGB value is (245,90,144). Sum of RGB (Red+Green+Blue) = 245+90+144=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55A90 is #0AA56F. Grayscale: #8E8E8E. Windows color (decimal): -697712 or 9460469. OLE color: 9460469.
HSL color Cylindrical-coordinate representation of color #F55A90: hue angle of 339.1º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55A90 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 144 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.04 |
| HSL | 339.1º | 0.89% | 0.66% | - |
| HSV(B) | 339.1º | 0.63% | 0.96% | - |
| XYZ | 46.35 | 28.74 | 29.49 | - |
| YUV | 142.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 144 | 0 | 0.63 | 0.41 | 0.04 | 339.1 | 0.89 | 0.66 |
| Hex | F5 | 5A | 90 | 0 | 3F | 29 | 4 | 153 | 59 | 42 |
| Octal | 365 | 132 | 220 | 0 | 77 | 51 | 4 | 523 | 131 | 102 |
| Binary | 11110101 | 1011010 | 10010000 | 0 | 111111 | 101001 | 100 | 101010011 | 1011001 | 1000010 |
Color Harmonies of #F55A90
Complementary color
Monochromatic Colors of #F55A90
Black with #F55A90
Text Example
Text Example
White with #F55A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A90; }
p { color: rgb(245,90,144); }
H1.HeaderClassName
{
color: #F55A90;
}
.AnyTagClassName
{
color: #F55A90;
}
</style>
background-color css
<style>
a { background-color: #F55A90; }
a { background-color: rgb(245,90,144); }
div.DivClassName
{
background-color: #F55A90;
}
.BgClassName
{
background-color: #F55A90;
}
</style>
border-color css
<style>
span { border-color: #F55A90; }
span { border-color: rgb(245,90,144); }
td.TdClassName
{
border-color: #F55A90;
}
.TagClassName
{
border-color: #F55A90;
}
</style>