Shades of French Rose #F45389
Tints of French Rose #F45389
RGB
CMYK
RGB Variations
Color information
#F45389 (or 0xF45389) is known color: French Rose. HEX triplet: F4, 53 and 89. RGB value is (244,83,137). Sum of RGB (Red+Green+Blue) = 244+83+137=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F45389 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45389 is #0BAC76. Grayscale: #898989. Windows color (decimal): -765047 or 8999924. OLE color: 8999924.
HSL color Cylindrical-coordinate representation of color #F45389: hue angle of 339.88º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F45389 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 137 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.04 |
| HSL | 339.88º | 0.88% | 0.64% | - |
| HSV(B) | 339.88º | 0.66% | 0.96% | - |
| XYZ | 44.92 | 27.23 | 26.55 | - |
| YUV | 137.3 | 127.84 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 137 | 0 | 0.66 | 0.44 | 0.04 | 339.88 | 0.88 | 0.64 |
| Hex | F4 | 53 | 89 | 0 | 42 | 2C | 4 | 154 | 58 | 40 |
| Octal | 364 | 123 | 211 | 0 | 102 | 54 | 4 | 524 | 130 | 100 |
| Binary | 11110100 | 1010011 | 10001001 | 0 | 1000010 | 101100 | 100 | 101010100 | 1011000 | 1000000 |
Color Harmonies of #F45389
Complementary color
Monochromatic Colors of #F45389
Black with #F45389
Text Example
Text Example
White with #F45389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45389; }
p { color: rgb(244,83,137); }
H1.HeaderClassName
{
color: #F45389;
}
.AnyTagClassName
{
color: #F45389;
}
</style>
background-color css
<style>
a { background-color: #F45389; }
a { background-color: rgb(244,83,137); }
div.DivClassName
{
background-color: #F45389;
}
.BgClassName
{
background-color: #F45389;
}
</style>
border-color css
<style>
span { border-color: #F45389; }
span { border-color: rgb(244,83,137); }
td.TdClassName
{
border-color: #F45389;
}
.TagClassName
{
border-color: #F45389;
}
</style>