Shades of French Rose #FF497C
Tints of French Rose #FF497C
RGB
CMYK
RGB Variations
Color information
#FF497C (or 0xFF497C) is known color: French Rose. HEX triplet: FF, 49 and 7C. RGB value is (255,73,124). Sum of RGB (Red+Green+Blue) = 255+73+124=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF497C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF497C is #00B683. Grayscale: #858585. Windows color (decimal): -46724 or 8145407. OLE color: 8145407.
HSL color Cylindrical-coordinate representation of color #FF497C: hue angle of 343.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF497C is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 124 | - |
| CMYK | 0 | 0.71 | 0.51 | 0 |
| HSL | 343.19º | 1% | 0.64% | - |
| HSV(B) | 343.19º | 0.71% | 1% | - |
| XYZ | 47.26 | 27.48 | 21.88 | - |
| YUV | 133.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 124 | 0 | 0.71 | 0.51 | 0 | 343.19 | 1 | 0.64 |
| Hex | FF | 49 | 7C | 0 | 47 | 33 | 0 | 157 | 64 | 40 |
| Octal | 377 | 111 | 174 | 0 | 107 | 63 | 0 | 527 | 144 | 100 |
| Binary | 11111111 | 1001001 | 1111100 | 0 | 1000111 | 110011 | 0 | 101010111 | 1100100 | 1000000 |
Color Harmonies of #FF497C
Complementary color
Monochromatic Colors of #FF497C
Black with #FF497C
Text Example
Text Example
White with #FF497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF497C; }
p { color: rgb(255,73,124); }
H1.HeaderClassName
{
color: #FF497C;
}
.AnyTagClassName
{
color: #FF497C;
}
</style>
background-color css
<style>
a { background-color: #FF497C; }
a { background-color: rgb(255,73,124); }
div.DivClassName
{
background-color: #FF497C;
}
.BgClassName
{
background-color: #FF497C;
}
</style>
border-color css
<style>
span { border-color: #FF497C; }
span { border-color: rgb(255,73,124); }
td.TdClassName
{
border-color: #FF497C;
}
.TagClassName
{
border-color: #FF497C;
}
</style>