Shades of French Rose #FF497D
Tints of French Rose #FF497D
RGB
CMYK
RGB Variations
Color information
#FF497D (or 0xFF497D) is known color: French Rose. HEX triplet: FF, 49 and 7D. RGB value is (255,73,125). Sum of RGB (Red+Green+Blue) = 255+73+125=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF497D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF497D is #00B682. Grayscale: #858585. Windows color (decimal): -46723 or 8210943. OLE color: 8210943.
HSL color Cylindrical-coordinate representation of color #FF497D: hue angle of 342.86º 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 #FF497D is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 125 | - |
| CMYK | 0 | 0.71 | 0.51 | 0 |
| HSL | 342.86º | 1% | 0.64% | - |
| HSV(B) | 342.86º | 0.71% | 1% | - |
| XYZ | 47.32 | 27.51 | 22.22 | - |
| YUV | 133.35 | 123.3 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 125 | 0 | 0.71 | 0.51 | 0 | 342.86 | 1 | 0.64 |
| Hex | FF | 49 | 7D | 0 | 47 | 33 | 0 | 157 | 64 | 40 |
| Octal | 377 | 111 | 175 | 0 | 107 | 63 | 0 | 527 | 144 | 100 |
| Binary | 11111111 | 1001001 | 1111101 | 0 | 1000111 | 110011 | 0 | 101010111 | 1100100 | 1000000 |
Color Harmonies of #FF497D
Complementary color
Monochromatic Colors of #FF497D
Black with #FF497D
Text Example
Text Example
White with #FF497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF497D; }
p { color: rgb(255,73,125); }
H1.HeaderClassName
{
color: #FF497D;
}
.AnyTagClassName
{
color: #FF497D;
}
</style>
background-color css
<style>
a { background-color: #FF497D; }
a { background-color: rgb(255,73,125); }
div.DivClassName
{
background-color: #FF497D;
}
.BgClassName
{
background-color: #FF497D;
}
</style>
border-color css
<style>
span { border-color: #FF497D; }
span { border-color: rgb(255,73,125); }
td.TdClassName
{
border-color: #FF497D;
}
.TagClassName
{
border-color: #FF497D;
}
</style>