Shades of French Rose #F5497B
Tints of French Rose #F5497B
RGB
CMYK
RGB Variations
Color information
#F5497B (or 0xF5497B) is known color: French Rose. HEX triplet: F5, 49 and 7B. RGB value is (245,73,123). Sum of RGB (Red+Green+Blue) = 245+73+123=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F5497B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5497B is #0AB684. Grayscale: #828282. Windows color (decimal): -702085 or 8079861. OLE color: 8079861.
HSL color Cylindrical-coordinate representation of color #F5497B: hue angle of 342.56º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5497B is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 123 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.04 |
| HSL | 342.56º | 0.9% | 0.62% | - |
| HSV(B) | 342.56º | 0.7% | 0.96% | - |
| XYZ | 43.61 | 25.61 | 21.38 | - |
| YUV | 130.13 | 123.98 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 123 | 0 | 0.70 | 0.50 | 0.04 | 342.56 | 0.9 | 0.62 |
| Hex | F5 | 49 | 7B | 0 | 46 | 32 | 4 | 157 | 5A | 3E |
| Octal | 365 | 111 | 173 | 0 | 106 | 62 | 4 | 527 | 132 | 76 |
| Binary | 11110101 | 1001001 | 1111011 | 0 | 1000110 | 110010 | 100 | 101010111 | 1011010 | 111110 |
Color Harmonies of #F5497B
Complementary color
Monochromatic Colors of #F5497B
Black with #F5497B
Text Example
Text Example
White with #F5497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5497B; }
p { color: rgb(245,73,123); }
H1.HeaderClassName
{
color: #F5497B;
}
.AnyTagClassName
{
color: #F5497B;
}
</style>
background-color css
<style>
a { background-color: #F5497B; }
a { background-color: rgb(245,73,123); }
div.DivClassName
{
background-color: #F5497B;
}
.BgClassName
{
background-color: #F5497B;
}
</style>
border-color css
<style>
span { border-color: #F5497B; }
span { border-color: rgb(245,73,123); }
td.TdClassName
{
border-color: #F5497B;
}
.TagClassName
{
border-color: #F5497B;
}
</style>