Shades of French Rose #F45B8C
Tints of French Rose #F45B8C
RGB
CMYK
RGB Variations
Color information
#F45B8C (or 0xF45B8C) is known color: French Rose. HEX triplet: F4, 5B and 8C. RGB value is (244,91,140). Sum of RGB (Red+Green+Blue) = 244+91+140=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F45B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45B8C is #0BA473. Grayscale: #8E8E8E. Windows color (decimal): -762996 or 9198580. OLE color: 9198580.
HSL color Cylindrical-coordinate representation of color #F45B8C: hue angle of 340.78º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45B8C is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 91 | 140 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.04 |
| HSL | 340.78º | 0.87% | 0.66% | - |
| HSV(B) | 340.78º | 0.63% | 0.96% | - |
| XYZ | 45.78 | 28.61 | 27.92 | - |
| YUV | 142.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 91 | 140 | 0 | 0.63 | 0.43 | 0.04 | 340.78 | 0.87 | 0.66 |
| Hex | F4 | 5B | 8C | 0 | 3F | 2B | 4 | 155 | 57 | 42 |
| Octal | 364 | 133 | 214 | 0 | 77 | 53 | 4 | 525 | 127 | 102 |
| Binary | 11110100 | 1011011 | 10001100 | 0 | 111111 | 101011 | 100 | 101010101 | 1010111 | 1000010 |
Color Harmonies of #F45B8C
Complementary color
Monochromatic Colors of #F45B8C
Black with #F45B8C
Text Example
Text Example
White with #F45B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45B8C; }
p { color: rgb(244,91,140); }
H1.HeaderClassName
{
color: #F45B8C;
}
.AnyTagClassName
{
color: #F45B8C;
}
</style>
background-color css
<style>
a { background-color: #F45B8C; }
a { background-color: rgb(244,91,140); }
div.DivClassName
{
background-color: #F45B8C;
}
.BgClassName
{
background-color: #F45B8C;
}
</style>
border-color css
<style>
span { border-color: #F45B8C; }
span { border-color: rgb(244,91,140); }
td.TdClassName
{
border-color: #F45B8C;
}
.TagClassName
{
border-color: #F45B8C;
}
</style>