Shades of French Rose #F54E8D
Tints of French Rose #F54E8D
RGB
CMYK
RGB Variations
Color information
#F54E8D (or 0xF54E8D) is known color: French Rose. HEX triplet: F5, 4E and 8D. RGB value is (245,78,141). Sum of RGB (Red+Green+Blue) = 245+78+141=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F54E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F54E8D is #0AB172. Grayscale: #878787. Windows color (decimal): -700787 or 9260789. OLE color: 9260789.
HSL color Cylindrical-coordinate representation of color #F54E8D: hue angle of 337.37º 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 #F54E8D is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 141 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.04 |
| HSL | 337.37º | 0.89% | 0.63% | - |
| HSV(B) | 337.37º | 0.68% | 0.96% | - |
| XYZ | 45.19 | 26.78 | 27.99 | - |
| YUV | 135.12 | 131.33 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 141 | 0 | 0.68 | 0.42 | 0.04 | 337.37 | 0.89 | 0.63 |
| Hex | F5 | 4E | 8D | 0 | 44 | 2A | 4 | 151 | 59 | 3F |
| Octal | 365 | 116 | 215 | 0 | 104 | 52 | 4 | 521 | 131 | 77 |
| Binary | 11110101 | 1001110 | 10001101 | 0 | 1000100 | 101010 | 100 | 101010001 | 1011001 | 111111 |
Color Harmonies of #F54E8D
Complementary color
Monochromatic Colors of #F54E8D
Black with #F54E8D
Text Example
Text Example
White with #F54E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54E8D; }
p { color: rgb(245,78,141); }
H1.HeaderClassName
{
color: #F54E8D;
}
.AnyTagClassName
{
color: #F54E8D;
}
</style>
background-color css
<style>
a { background-color: #F54E8D; }
a { background-color: rgb(245,78,141); }
div.DivClassName
{
background-color: #F54E8D;
}
.BgClassName
{
background-color: #F54E8D;
}
</style>
border-color css
<style>
span { border-color: #F54E8D; }
span { border-color: rgb(245,78,141); }
td.TdClassName
{
border-color: #F54E8D;
}
.TagClassName
{
border-color: #F54E8D;
}
</style>