Shades of French Rose #F54E7F
Tints of French Rose #F54E7F
RGB
CMYK
RGB Variations
Color information
#F54E7F (or 0xF54E7F) is known color: French Rose. HEX triplet: F5, 4E and 7F. RGB value is (245,78,127). Sum of RGB (Red+Green+Blue) = 245+78+127=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F54E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54E7F is #0AB180. Grayscale: #858585. Windows color (decimal): -700801 or 8343285. OLE color: 8343285.
HSL color Cylindrical-coordinate representation of color #F54E7F: hue angle of 342.4º 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 #F54E7F is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 127 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.04 |
| HSL | 342.4º | 0.89% | 0.63% | - |
| HSV(B) | 342.4º | 0.68% | 0.96% | - |
| XYZ | 44.21 | 26.39 | 22.84 | - |
| YUV | 133.52 | 124.33 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 127 | 0 | 0.68 | 0.48 | 0.04 | 342.4 | 0.89 | 0.63 |
| Hex | F5 | 4E | 7F | 0 | 44 | 30 | 4 | 156 | 59 | 3F |
| Octal | 365 | 116 | 177 | 0 | 104 | 60 | 4 | 526 | 131 | 77 |
| Binary | 11110101 | 1001110 | 1111111 | 0 | 1000100 | 110000 | 100 | 101010110 | 1011001 | 111111 |
Color Harmonies of #F54E7F
Complementary color
Monochromatic Colors of #F54E7F
Black with #F54E7F
Text Example
Text Example
White with #F54E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54E7F; }
p { color: rgb(245,78,127); }
H1.HeaderClassName
{
color: #F54E7F;
}
.AnyTagClassName
{
color: #F54E7F;
}
</style>
background-color css
<style>
a { background-color: #F54E7F; }
a { background-color: rgb(245,78,127); }
div.DivClassName
{
background-color: #F54E7F;
}
.BgClassName
{
background-color: #F54E7F;
}
</style>
border-color css
<style>
span { border-color: #F54E7F; }
span { border-color: rgb(245,78,127); }
td.TdClassName
{
border-color: #F54E7F;
}
.TagClassName
{
border-color: #F54E7F;
}
</style>