Shades of French Rose #F45A8E
Tints of French Rose #F45A8E
RGB
CMYK
RGB Variations
Color information
#F45A8E (or 0xF45A8E) is known color: French Rose. HEX triplet: F4, 5A and 8E. RGB value is (244,90,142). Sum of RGB (Red+Green+Blue) = 244+90+142=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45A8E is #0BA571. Grayscale: #8D8D8D. Windows color (decimal): -763250 or 9329396. OLE color: 9329396.
HSL color Cylindrical-coordinate representation of color #F45A8E: hue angle of 339.74º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45A8E is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 142 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.04 |
| HSL | 339.74º | 0.88% | 0.65% | - |
| HSV(B) | 339.74º | 0.63% | 0.96% | - |
| XYZ | 45.85 | 28.5 | 28.68 | - |
| YUV | 141.97 | 128.02 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 142 | 0 | 0.63 | 0.42 | 0.04 | 339.74 | 0.88 | 0.65 |
| Hex | F4 | 5A | 8E | 0 | 3F | 2A | 4 | 154 | 58 | 41 |
| Octal | 364 | 132 | 216 | 0 | 77 | 52 | 4 | 524 | 130 | 101 |
| Binary | 11110100 | 1011010 | 10001110 | 0 | 111111 | 101010 | 100 | 101010100 | 1011000 | 1000001 |
Color Harmonies of #F45A8E
Complementary color
Monochromatic Colors of #F45A8E
Black with #F45A8E
Text Example
Text Example
White with #F45A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45A8E; }
p { color: rgb(244,90,142); }
H1.HeaderClassName
{
color: #F45A8E;
}
.AnyTagClassName
{
color: #F45A8E;
}
</style>
background-color css
<style>
a { background-color: #F45A8E; }
a { background-color: rgb(244,90,142); }
div.DivClassName
{
background-color: #F45A8E;
}
.BgClassName
{
background-color: #F45A8E;
}
</style>
border-color css
<style>
span { border-color: #F45A8E; }
span { border-color: rgb(244,90,142); }
td.TdClassName
{
border-color: #F45A8E;
}
.TagClassName
{
border-color: #F45A8E;
}
</style>