Shades of French Rose #F45892
Tints of French Rose #F45892
RGB
CMYK
RGB Variations
Color information
#F45892 (or 0xF45892) is known color: French Rose. HEX triplet: F4, 58 and 92. RGB value is (244,88,146). Sum of RGB (Red+Green+Blue) = 244+88+146=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F45892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45892 is #0BA76D. Grayscale: #8D8D8D. Windows color (decimal): -763758 or 9591028. OLE color: 9591028.
HSL color Cylindrical-coordinate representation of color #F45892: hue angle of 337.69º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F45892 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 146 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.04 |
| HSL | 337.69º | 0.88% | 0.65% | - |
| HSV(B) | 337.69º | 0.64% | 0.96% | - |
| XYZ | 45.99 | 28.29 | 30.23 | - |
| YUV | 141.26 | 130.68 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 146 | 0 | 0.64 | 0.40 | 0.04 | 337.69 | 0.88 | 0.65 |
| Hex | F4 | 58 | 92 | 0 | 40 | 28 | 4 | 152 | 58 | 41 |
| Octal | 364 | 130 | 222 | 0 | 100 | 50 | 4 | 522 | 130 | 101 |
| Binary | 11110100 | 1011000 | 10010010 | 0 | 1000000 | 101000 | 100 | 101010010 | 1011000 | 1000001 |
Color Harmonies of #F45892
Complementary color
Monochromatic Colors of #F45892
Black with #F45892
Text Example
Text Example
White with #F45892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45892; }
p { color: rgb(244,88,146); }
H1.HeaderClassName
{
color: #F45892;
}
.AnyTagClassName
{
color: #F45892;
}
</style>
background-color css
<style>
a { background-color: #F45892; }
a { background-color: rgb(244,88,146); }
div.DivClassName
{
background-color: #F45892;
}
.BgClassName
{
background-color: #F45892;
}
</style>
border-color css
<style>
span { border-color: #F45892; }
span { border-color: rgb(244,88,146); }
td.TdClassName
{
border-color: #F45892;
}
.TagClassName
{
border-color: #F45892;
}
</style>