Shades of French Rose #F44D8C
Tints of French Rose #F44D8C
RGB
CMYK
RGB Variations
Color information
#F44D8C (or 0xF44D8C) is known color: French Rose. HEX triplet: F4, 4D and 8C. RGB value is (244,77,140). Sum of RGB (Red+Green+Blue) = 244+77+140=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F44D8C is #0BB273. Grayscale: #868686. Windows color (decimal): -766580 or 9194996. OLE color: 9194996.
HSL color Cylindrical-coordinate representation of color #F44D8C: hue angle of 337.37º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F44D8C is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 140 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.04 |
| HSL | 337.37º | 0.88% | 0.63% | - |
| HSV(B) | 337.37º | 0.68% | 0.96% | - |
| XYZ | 44.7 | 26.43 | 27.56 | - |
| YUV | 134.12 | 131.33 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 140 | 0 | 0.68 | 0.43 | 0.04 | 337.37 | 0.88 | 0.63 |
| Hex | F4 | 4D | 8C | 0 | 44 | 2B | 4 | 151 | 58 | 3F |
| Octal | 364 | 115 | 214 | 0 | 104 | 53 | 4 | 521 | 130 | 77 |
| Binary | 11110100 | 1001101 | 10001100 | 0 | 1000100 | 101011 | 100 | 101010001 | 1011000 | 111111 |
Color Harmonies of #F44D8C
Complementary color
Monochromatic Colors of #F44D8C
Black with #F44D8C
Text Example
Text Example
White with #F44D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44D8C; }
p { color: rgb(244,77,140); }
H1.HeaderClassName
{
color: #F44D8C;
}
.AnyTagClassName
{
color: #F44D8C;
}
</style>
background-color css
<style>
a { background-color: #F44D8C; }
a { background-color: rgb(244,77,140); }
div.DivClassName
{
background-color: #F44D8C;
}
.BgClassName
{
background-color: #F44D8C;
}
</style>
border-color css
<style>
span { border-color: #F44D8C; }
span { border-color: rgb(244,77,140); }
td.TdClassName
{
border-color: #F44D8C;
}
.TagClassName
{
border-color: #F44D8C;
}
</style>