Shades of French Rose #F6497E
Tints of French Rose #F6497E
RGB
CMYK
RGB Variations
Color information
#F6497E (or 0xF6497E) is known color: French Rose. HEX triplet: F6, 49 and 7E. RGB value is (246,73,126). Sum of RGB (Red+Green+Blue) = 246+73+126=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F6497E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6497E is #09B681. Grayscale: #828282. Windows color (decimal): -636546 or 8276470. OLE color: 8276470.
HSL color Cylindrical-coordinate representation of color #F6497E: hue angle of 341.62º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6497E is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 126 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.04 |
| HSL | 341.62º | 0.91% | 0.63% | - |
| HSV(B) | 341.62º | 0.7% | 0.96% | - |
| XYZ | 44.15 | 25.86 | 22.4 | - |
| YUV | 130.77 | 125.31 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 126 | 0 | 0.70 | 0.49 | 0.04 | 341.62 | 0.91 | 0.63 |
| Hex | F6 | 49 | 7E | 0 | 46 | 31 | 4 | 156 | 5B | 3F |
| Octal | 366 | 111 | 176 | 0 | 106 | 61 | 4 | 526 | 133 | 77 |
| Binary | 11110110 | 1001001 | 1111110 | 0 | 1000110 | 110001 | 100 | 101010110 | 1011011 | 111111 |
Color Harmonies of #F6497E
Complementary color
Monochromatic Colors of #F6497E
Black with #F6497E
Text Example
Text Example
White with #F6497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6497E; }
p { color: rgb(246,73,126); }
H1.HeaderClassName
{
color: #F6497E;
}
.AnyTagClassName
{
color: #F6497E;
}
</style>
background-color css
<style>
a { background-color: #F6497E; }
a { background-color: rgb(246,73,126); }
div.DivClassName
{
background-color: #F6497E;
}
.BgClassName
{
background-color: #F6497E;
}
</style>
border-color css
<style>
span { border-color: #F6497E; }
span { border-color: rgb(246,73,126); }
td.TdClassName
{
border-color: #F6497E;
}
.TagClassName
{
border-color: #F6497E;
}
</style>