Shades of French Rose #F7477C
Tints of French Rose #F7477C
RGB
CMYK
RGB Variations
Color information
#F7477C (or 0xF7477C) is known color: French Rose. HEX triplet: F7, 47 and 7C. RGB value is (247,71,124). Sum of RGB (Red+Green+Blue) = 247+71+124=442 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.88% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 247 - color contains mainly: red. Hex color #F7477C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7477C is #08B883. Grayscale: #818181. Windows color (decimal): -571524 or 8144887. OLE color: 8144887.
HSL color Cylindrical-coordinate representation of color #F7477C: hue angle of 341.93º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F7477C is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 124 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.03 |
| HSL | 341.93º | 0.92% | 0.62% | - |
| HSV(B) | 341.93º | 0.71% | 0.97% | - |
| XYZ | 44.25 | 25.74 | 21.7 | - |
| YUV | 129.67 | 124.81 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 124 | 0 | 0.71 | 0.50 | 0.03 | 341.93 | 0.92 | 0.62 |
| Hex | F7 | 47 | 7C | 0 | 47 | 32 | 3 | 156 | 5C | 3E |
| Octal | 367 | 107 | 174 | 0 | 107 | 62 | 3 | 526 | 134 | 76 |
| Binary | 11110111 | 1000111 | 1111100 | 0 | 1000111 | 110010 | 11 | 101010110 | 1011100 | 111110 |
Color Harmonies of #F7477C
Complementary color
Monochromatic Colors of #F7477C
Black with #F7477C
Text Example
Text Example
White with #F7477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7477C; }
p { color: rgb(247,71,124); }
H1.HeaderClassName
{
color: #F7477C;
}
.AnyTagClassName
{
color: #F7477C;
}
</style>
background-color css
<style>
a { background-color: #F7477C; }
a { background-color: rgb(247,71,124); }
div.DivClassName
{
background-color: #F7477C;
}
.BgClassName
{
background-color: #F7477C;
}
</style>
border-color css
<style>
span { border-color: #F7477C; }
span { border-color: rgb(247,71,124); }
td.TdClassName
{
border-color: #F7477C;
}
.TagClassName
{
border-color: #F7477C;
}
</style>