Shades of French Rose #F45388
Tints of French Rose #F45388
RGB
CMYK
RGB Variations
Color information
#F45388 (or 0xF45388) is known color: French Rose. HEX triplet: F4, 53 and 88. RGB value is (244,83,136). Sum of RGB (Red+Green+Blue) = 244+83+136=463 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.70% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 244 - color contains mainly: red. Hex color #F45388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45388 is #0BAC77. Grayscale: #898989. Windows color (decimal): -765048 or 8934388. OLE color: 8934388.
HSL color Cylindrical-coordinate representation of color #F45388: hue angle of 340.25º 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 #F45388 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 136 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.04 |
| HSL | 340.25º | 0.88% | 0.64% | - |
| HSV(B) | 340.25º | 0.66% | 0.96% | - |
| XYZ | 44.85 | 27.2 | 26.18 | - |
| YUV | 137.18 | 127.34 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 136 | 0 | 0.66 | 0.44 | 0.04 | 340.25 | 0.88 | 0.64 |
| Hex | F4 | 53 | 88 | 0 | 42 | 2C | 4 | 154 | 58 | 40 |
| Octal | 364 | 123 | 210 | 0 | 102 | 54 | 4 | 524 | 130 | 100 |
| Binary | 11110100 | 1010011 | 10001000 | 0 | 1000010 | 101100 | 100 | 101010100 | 1011000 | 1000000 |
Color Harmonies of #F45388
Complementary color
Monochromatic Colors of #F45388
Black with #F45388
Text Example
Text Example
White with #F45388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45388; }
p { color: rgb(244,83,136); }
H1.HeaderClassName
{
color: #F45388;
}
.AnyTagClassName
{
color: #F45388;
}
</style>
background-color css
<style>
a { background-color: #F45388; }
a { background-color: rgb(244,83,136); }
div.DivClassName
{
background-color: #F45388;
}
.BgClassName
{
background-color: #F45388;
}
</style>
border-color css
<style>
span { border-color: #F45388; }
span { border-color: rgb(244,83,136); }
td.TdClassName
{
border-color: #F45388;
}
.TagClassName
{
border-color: #F45388;
}
</style>