Shades of French Rose #F54E8F
Tints of French Rose #F54E8F
RGB
CMYK
RGB Variations
Color information
#F54E8F (or 0xF54E8F) is known color: French Rose. HEX triplet: F5, 4E and 8F. RGB value is (245,78,143). Sum of RGB (Red+Green+Blue) = 245+78+143=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F54E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F54E8F is #0AB170. Grayscale: #878787. Windows color (decimal): -700785 or 9391861. OLE color: 9391861.
HSL color Cylindrical-coordinate representation of color #F54E8F: hue angle of 336.65º 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 #F54E8F is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 143 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.04 |
| HSL | 336.65º | 0.89% | 0.63% | - |
| HSV(B) | 336.65º | 0.68% | 0.96% | - |
| XYZ | 45.34 | 26.84 | 28.78 | - |
| YUV | 135.34 | 132.33 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 143 | 0 | 0.68 | 0.42 | 0.04 | 336.65 | 0.89 | 0.63 |
| Hex | F5 | 4E | 8F | 0 | 44 | 2A | 4 | 151 | 59 | 3F |
| Octal | 365 | 116 | 217 | 0 | 104 | 52 | 4 | 521 | 131 | 77 |
| Binary | 11110101 | 1001110 | 10001111 | 0 | 1000100 | 101010 | 100 | 101010001 | 1011001 | 111111 |
Color Harmonies of #F54E8F
Complementary color
Monochromatic Colors of #F54E8F
Black with #F54E8F
Text Example
Text Example
White with #F54E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54E8F; }
p { color: rgb(245,78,143); }
H1.HeaderClassName
{
color: #F54E8F;
}
.AnyTagClassName
{
color: #F54E8F;
}
</style>
background-color css
<style>
a { background-color: #F54E8F; }
a { background-color: rgb(245,78,143); }
div.DivClassName
{
background-color: #F54E8F;
}
.BgClassName
{
background-color: #F54E8F;
}
</style>
border-color css
<style>
span { border-color: #F54E8F; }
span { border-color: rgb(245,78,143); }
td.TdClassName
{
border-color: #F54E8F;
}
.TagClassName
{
border-color: #F54E8F;
}
</style>