Shades of French Rose #F54E8C
Tints of French Rose #F54E8C
RGB
CMYK
RGB Variations
Color information
#F54E8C (or 0xF54E8C) is known color: French Rose. HEX triplet: F5, 4E and 8C. RGB value is (245,78,140). Sum of RGB (Red+Green+Blue) = 245+78+140=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F54E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F54E8C is #0AB173. Grayscale: #868686. Windows color (decimal): -700788 or 9195253. OLE color: 9195253.
HSL color Cylindrical-coordinate representation of color #F54E8C: hue angle of 337.72º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54E8C is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 140 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.04 |
| HSL | 337.72º | 0.89% | 0.63% | - |
| HSV(B) | 337.72º | 0.68% | 0.96% | - |
| XYZ | 45.11 | 26.75 | 27.6 | - |
| YUV | 135 | 130.83 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 140 | 0 | 0.68 | 0.43 | 0.04 | 337.72 | 0.89 | 0.63 |
| Hex | F5 | 4E | 8C | 0 | 44 | 2B | 4 | 152 | 59 | 3F |
| Octal | 365 | 116 | 214 | 0 | 104 | 53 | 4 | 522 | 131 | 77 |
| Binary | 11110101 | 1001110 | 10001100 | 0 | 1000100 | 101011 | 100 | 101010010 | 1011001 | 111111 |
Color Harmonies of #F54E8C
Complementary color
Monochromatic Colors of #F54E8C
Black with #F54E8C
Text Example
Text Example
White with #F54E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54E8C; }
p { color: rgb(245,78,140); }
H1.HeaderClassName
{
color: #F54E8C;
}
.AnyTagClassName
{
color: #F54E8C;
}
</style>
background-color css
<style>
a { background-color: #F54E8C; }
a { background-color: rgb(245,78,140); }
div.DivClassName
{
background-color: #F54E8C;
}
.BgClassName
{
background-color: #F54E8C;
}
</style>
border-color css
<style>
span { border-color: #F54E8C; }
span { border-color: rgb(245,78,140); }
td.TdClassName
{
border-color: #F54E8C;
}
.TagClassName
{
border-color: #F54E8C;
}
</style>