Shades of French Rose #F44990
Tints of French Rose #F44990
RGB
CMYK
RGB Variations
Color information
#F44990 (or 0xF44990) is known color: French Rose. HEX triplet: F4, 49 and 90. RGB value is (244,73,144). Sum of RGB (Red+Green+Blue) = 244+73+144=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F44990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44990 is #0BB66F. Grayscale: #848484. Windows color (decimal): -767600 or 9456116. OLE color: 9456116.
HSL color Cylindrical-coordinate representation of color #F44990: hue angle of 335.09º degrees, saturation: 0.89, 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 #F44990 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 144 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.04 |
| HSL | 335.09º | 0.89% | 0.62% | - |
| HSV(B) | 335.09º | 0.7% | 0.96% | - |
| XYZ | 44.72 | 26.01 | 29.05 | - |
| YUV | 132.22 | 134.65 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 144 | 0 | 0.70 | 0.41 | 0.04 | 335.09 | 0.89 | 0.62 |
| Hex | F4 | 49 | 90 | 0 | 46 | 29 | 4 | 14F | 59 | 3E |
| Octal | 364 | 111 | 220 | 0 | 106 | 51 | 4 | 517 | 131 | 76 |
| Binary | 11110100 | 1001001 | 10010000 | 0 | 1000110 | 101001 | 100 | 101001111 | 1011001 | 111110 |
Color Harmonies of #F44990
Complementary color
Monochromatic Colors of #F44990
Black with #F44990
Text Example
Text Example
White with #F44990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44990; }
p { color: rgb(244,73,144); }
H1.HeaderClassName
{
color: #F44990;
}
.AnyTagClassName
{
color: #F44990;
}
</style>
background-color css
<style>
a { background-color: #F44990; }
a { background-color: rgb(244,73,144); }
div.DivClassName
{
background-color: #F44990;
}
.BgClassName
{
background-color: #F44990;
}
</style>
border-color css
<style>
span { border-color: #F44990; }
span { border-color: rgb(244,73,144); }
td.TdClassName
{
border-color: #F44990;
}
.TagClassName
{
border-color: #F44990;
}
</style>