Shades of French Rose #F54990
Tints of French Rose #F54990
RGB
CMYK
RGB Variations
Color information
#F54990 (or 0xF54990) is known color: French Rose. HEX triplet: F5, 49 and 90. RGB value is (245,73,144). Sum of RGB (Red+Green+Blue) = 245+73+144=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F54990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54990 is #0AB66F. Grayscale: #848484. Windows color (decimal): -702064 or 9456117. OLE color: 9456117.
HSL color Cylindrical-coordinate representation of color #F54990: hue angle of 335.23º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54990 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 144 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.04 |
| HSL | 335.23º | 0.9% | 0.62% | - |
| HSV(B) | 335.23º | 0.7% | 0.96% | - |
| XYZ | 45.07 | 26.19 | 29.07 | - |
| YUV | 132.52 | 134.48 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 144 | 0 | 0.70 | 0.41 | 0.04 | 335.23 | 0.9 | 0.62 |
| Hex | F5 | 49 | 90 | 0 | 46 | 29 | 4 | 14F | 5A | 3E |
| Octal | 365 | 111 | 220 | 0 | 106 | 51 | 4 | 517 | 132 | 76 |
| Binary | 11110101 | 1001001 | 10010000 | 0 | 1000110 | 101001 | 100 | 101001111 | 1011010 | 111110 |
Color Harmonies of #F54990
Complementary color
Monochromatic Colors of #F54990
Black with #F54990
Text Example
Text Example
White with #F54990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54990; }
p { color: rgb(245,73,144); }
H1.HeaderClassName
{
color: #F54990;
}
.AnyTagClassName
{
color: #F54990;
}
</style>
background-color css
<style>
a { background-color: #F54990; }
a { background-color: rgb(245,73,144); }
div.DivClassName
{
background-color: #F54990;
}
.BgClassName
{
background-color: #F54990;
}
</style>
border-color css
<style>
span { border-color: #F54990; }
span { border-color: rgb(245,73,144); }
td.TdClassName
{
border-color: #F54990;
}
.TagClassName
{
border-color: #F54990;
}
</style>