Shades of French Rose #F45087
Tints of French Rose #F45087
RGB
CMYK
RGB Variations
Color information
#F45087 (or 0xF45087) is known color: French Rose. HEX triplet: F4, 50 and 87. RGB value is (244,80,135). Sum of RGB (Red+Green+Blue) = 244+80+135=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F45087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45087 is #0BAF78. Grayscale: #878787. Windows color (decimal): -765817 or 8868084. OLE color: 8868084.
HSL color Cylindrical-coordinate representation of color #F45087: 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.67%. Process color model (Four color, CMYK) of #F45087 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 135 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.04 |
| HSL | 339.88º | 0.88% | 0.64% | - |
| HSV(B) | 339.88º | 0.67% | 0.96% | - |
| XYZ | 44.55 | 26.72 | 25.73 | - |
| YUV | 135.31 | 127.83 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 135 | 0 | 0.67 | 0.45 | 0.04 | 339.88 | 0.88 | 0.64 |
| Hex | F4 | 50 | 87 | 0 | 43 | 2D | 4 | 154 | 58 | 40 |
| Octal | 364 | 120 | 207 | 0 | 103 | 55 | 4 | 524 | 130 | 100 |
| Binary | 11110100 | 1010000 | 10000111 | 0 | 1000011 | 101101 | 100 | 101010100 | 1011000 | 1000000 |
Color Harmonies of #F45087
Complementary color
Monochromatic Colors of #F45087
Black with #F45087
Text Example
Text Example
White with #F45087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45087; }
p { color: rgb(244,80,135); }
H1.HeaderClassName
{
color: #F45087;
}
.AnyTagClassName
{
color: #F45087;
}
</style>
background-color css
<style>
a { background-color: #F45087; }
a { background-color: rgb(244,80,135); }
div.DivClassName
{
background-color: #F45087;
}
.BgClassName
{
background-color: #F45087;
}
</style>
border-color css
<style>
span { border-color: #F45087; }
span { border-color: rgb(244,80,135); }
td.TdClassName
{
border-color: #F45087;
}
.TagClassName
{
border-color: #F45087;
}
</style>