Shades of French Rose #F5477C
Tints of French Rose #F5477C
RGB
CMYK
RGB Variations
Color information
#F5477C (or 0xF5477C) is known color: French Rose. HEX triplet: F5, 47 and 7C. RGB value is (245,71,124). Sum of RGB (Red+Green+Blue) = 245+71+124=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5477C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5477C is #0AB883. Grayscale: #818181. Windows color (decimal): -702596 or 8144885. OLE color: 8144885.
HSL color Cylindrical-coordinate representation of color #F5477C: hue angle of 341.72º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5477C is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 71 | 124 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.04 |
| HSL | 341.72º | 0.9% | 0.62% | - |
| HSV(B) | 341.72º | 0.71% | 0.96% | - |
| XYZ | 43.55 | 25.37 | 21.67 | - |
| YUV | 129.07 | 125.15 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 124 | 0 | 0.71 | 0.49 | 0.04 | 341.72 | 0.9 | 0.62 |
| Hex | F5 | 47 | 7C | 0 | 47 | 31 | 4 | 156 | 5A | 3E |
| Octal | 365 | 107 | 174 | 0 | 107 | 61 | 4 | 526 | 132 | 76 |
| Binary | 11110101 | 1000111 | 1111100 | 0 | 1000111 | 110001 | 100 | 101010110 | 1011010 | 111110 |
Color Harmonies of #F5477C
Complementary color
Monochromatic Colors of #F5477C
Black with #F5477C
Text Example
Text Example
White with #F5477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5477C; }
p { color: rgb(245,71,124); }
H1.HeaderClassName
{
color: #F5477C;
}
.AnyTagClassName
{
color: #F5477C;
}
</style>
background-color css
<style>
a { background-color: #F5477C; }
a { background-color: rgb(245,71,124); }
div.DivClassName
{
background-color: #F5477C;
}
.BgClassName
{
background-color: #F5477C;
}
</style>
border-color css
<style>
span { border-color: #F5477C; }
span { border-color: rgb(245,71,124); }
td.TdClassName
{
border-color: #F5477C;
}
.TagClassName
{
border-color: #F5477C;
}
</style>