Shades of French Rose #F45992
Tints of French Rose #F45992
RGB
CMYK
RGB Variations
Color information
#F45992 (or 0xF45992) is known color: French Rose. HEX triplet: F4, 59 and 92. RGB value is (244,89,146). Sum of RGB (Red+Green+Blue) = 244+89+146=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F45992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45992 is #0BA66D. Grayscale: #8D8D8D. Windows color (decimal): -763502 or 9591284. OLE color: 9591284.
HSL color Cylindrical-coordinate representation of color #F45992: hue angle of 337.94º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F45992 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 89 | 146 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.04 |
| HSL | 337.94º | 0.88% | 0.65% | - |
| HSV(B) | 337.94º | 0.64% | 0.96% | - |
| XYZ | 46.07 | 28.45 | 30.26 | - |
| YUV | 141.84 | 130.35 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 89 | 146 | 0 | 0.64 | 0.40 | 0.04 | 337.94 | 0.88 | 0.65 |
| Hex | F4 | 59 | 92 | 0 | 40 | 28 | 4 | 152 | 58 | 41 |
| Octal | 364 | 131 | 222 | 0 | 100 | 50 | 4 | 522 | 130 | 101 |
| Binary | 11110100 | 1011001 | 10010010 | 0 | 1000000 | 101000 | 100 | 101010010 | 1011000 | 1000001 |
Color Harmonies of #F45992
Complementary color
Monochromatic Colors of #F45992
Black with #F45992
Text Example
Text Example
White with #F45992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45992; }
p { color: rgb(244,89,146); }
H1.HeaderClassName
{
color: #F45992;
}
.AnyTagClassName
{
color: #F45992;
}
</style>
background-color css
<style>
a { background-color: #F45992; }
a { background-color: rgb(244,89,146); }
div.DivClassName
{
background-color: #F45992;
}
.BgClassName
{
background-color: #F45992;
}
</style>
border-color css
<style>
span { border-color: #F45992; }
span { border-color: rgb(244,89,146); }
td.TdClassName
{
border-color: #F45992;
}
.TagClassName
{
border-color: #F45992;
}
</style>