Shades of French Rose #F45098
Tints of French Rose #F45098
RGB
CMYK
RGB Variations
Color information
#F45098 (or 0xF45098) is known color: French Rose. HEX triplet: F4, 50 and 98. RGB value is (244,80,152). Sum of RGB (Red+Green+Blue) = 244+80+152=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F45098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45098 is #0BAF67. Grayscale: #898989. Windows color (decimal): -765800 or 9982196. OLE color: 9982196.
HSL color Cylindrical-coordinate representation of color #F45098: hue angle of 333.66º 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 #F45098 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 152 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.04 |
| HSL | 333.66º | 0.88% | 0.64% | - |
| HSV(B) | 333.66º | 0.67% | 0.96% | - |
| XYZ | 45.84 | 27.24 | 32.55 | - |
| YUV | 137.24 | 136.33 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 152 | 0 | 0.67 | 0.38 | 0.04 | 333.66 | 0.88 | 0.64 |
| Hex | F4 | 50 | 98 | 0 | 43 | 26 | 4 | 14E | 58 | 40 |
| Octal | 364 | 120 | 230 | 0 | 103 | 46 | 4 | 516 | 130 | 100 |
| Binary | 11110100 | 1010000 | 10011000 | 0 | 1000011 | 100110 | 100 | 101001110 | 1011000 | 1000000 |
Color Harmonies of #F45098
Complementary color
Monochromatic Colors of #F45098
Black with #F45098
Text Example
Text Example
White with #F45098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45098; }
p { color: rgb(244,80,152); }
H1.HeaderClassName
{
color: #F45098;
}
.AnyTagClassName
{
color: #F45098;
}
</style>
background-color css
<style>
a { background-color: #F45098; }
a { background-color: rgb(244,80,152); }
div.DivClassName
{
background-color: #F45098;
}
.BgClassName
{
background-color: #F45098;
}
</style>
border-color css
<style>
span { border-color: #F45098; }
span { border-color: rgb(244,80,152); }
td.TdClassName
{
border-color: #F45098;
}
.TagClassName
{
border-color: #F45098;
}
</style>