Shades of French Rose #F54A7C
Tints of French Rose #F54A7C
RGB
CMYK
RGB Variations
Color information
#F54A7C (or 0xF54A7C) is known color: French Rose. HEX triplet: F5, 4A and 7C. RGB value is (245,74,124). Sum of RGB (Red+Green+Blue) = 245+74+124=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54A7C is #0AB583. Grayscale: #828282. Windows color (decimal): -701828 or 8145653. OLE color: 8145653.
HSL color Cylindrical-coordinate representation of color #F54A7C: hue angle of 342.46º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54A7C is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 74 | 124 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.04 |
| HSL | 342.46º | 0.9% | 0.63% | - |
| HSV(B) | 342.46º | 0.7% | 0.96% | - |
| XYZ | 43.74 | 25.77 | 21.74 | - |
| YUV | 130.83 | 124.15 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 74 | 124 | 0 | 0.70 | 0.49 | 0.04 | 342.46 | 0.9 | 0.63 |
| Hex | F5 | 4A | 7C | 0 | 46 | 31 | 4 | 156 | 5A | 3F |
| Octal | 365 | 112 | 174 | 0 | 106 | 61 | 4 | 526 | 132 | 77 |
| Binary | 11110101 | 1001010 | 1111100 | 0 | 1000110 | 110001 | 100 | 101010110 | 1011010 | 111111 |
Color Harmonies of #F54A7C
Complementary color
Monochromatic Colors of #F54A7C
Black with #F54A7C
Text Example
Text Example
White with #F54A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54A7C; }
p { color: rgb(245,74,124); }
H1.HeaderClassName
{
color: #F54A7C;
}
.AnyTagClassName
{
color: #F54A7C;
}
</style>
background-color css
<style>
a { background-color: #F54A7C; }
a { background-color: rgb(245,74,124); }
div.DivClassName
{
background-color: #F54A7C;
}
.BgClassName
{
background-color: #F54A7C;
}
</style>
border-color css
<style>
span { border-color: #F54A7C; }
span { border-color: rgb(245,74,124); }
td.TdClassName
{
border-color: #F54A7C;
}
.TagClassName
{
border-color: #F54A7C;
}
</style>