Shades of French Rose #F45C90
Tints of French Rose #F45C90
RGB
CMYK
RGB Variations
Color information
#F45C90 (or 0xF45C90) is known color: French Rose. HEX triplet: F4, 5C and 90. RGB value is (244,92,144). Sum of RGB (Red+Green+Blue) = 244+92+144=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45C90 is #0BA36F. Grayscale: #8F8F8F. Windows color (decimal): -762736 or 9460980. OLE color: 9460980.
HSL color Cylindrical-coordinate representation of color #F45C90: hue angle of 339.47º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45C90 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 144 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.04 |
| HSL | 339.47º | 0.87% | 0.66% | - |
| HSV(B) | 339.47º | 0.62% | 0.96% | - |
| XYZ | 46.17 | 28.9 | 29.53 | - |
| YUV | 143.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 144 | 0 | 0.62 | 0.41 | 0.04 | 339.47 | 0.87 | 0.66 |
| Hex | F4 | 5C | 90 | 0 | 3E | 29 | 4 | 153 | 57 | 42 |
| Octal | 364 | 134 | 220 | 0 | 76 | 51 | 4 | 523 | 127 | 102 |
| Binary | 11110100 | 1011100 | 10010000 | 0 | 111110 | 101001 | 100 | 101010011 | 1010111 | 1000010 |
Color Harmonies of #F45C90
Complementary color
Monochromatic Colors of #F45C90
Black with #F45C90
Text Example
Text Example
White with #F45C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45C90; }
p { color: rgb(244,92,144); }
H1.HeaderClassName
{
color: #F45C90;
}
.AnyTagClassName
{
color: #F45C90;
}
</style>
background-color css
<style>
a { background-color: #F45C90; }
a { background-color: rgb(244,92,144); }
div.DivClassName
{
background-color: #F45C90;
}
.BgClassName
{
background-color: #F45C90;
}
</style>
border-color css
<style>
span { border-color: #F45C90; }
span { border-color: rgb(244,92,144); }
td.TdClassName
{
border-color: #F45C90;
}
.TagClassName
{
border-color: #F45C90;
}
</style>