Shades of French Rose #F65197
Tints of French Rose #F65197
RGB
CMYK
RGB Variations
Color information
#F65197 (or 0xF65197) is known color: French Rose. HEX triplet: F6, 51 and 97. RGB value is (246,81,151). Sum of RGB (Red+Green+Blue) = 246+81+151=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F65197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65197 is #09AE68. Grayscale: #8A8A8A. Windows color (decimal): -634473 or 9916918. OLE color: 9916918.
HSL color Cylindrical-coordinate representation of color #F65197: hue angle of 334.55º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F65197 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 151 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.04 |
| HSL | 334.55º | 0.9% | 0.64% | - |
| HSV(B) | 334.55º | 0.67% | 0.96% | - |
| XYZ | 46.53 | 27.71 | 32.17 | - |
| YUV | 138.32 | 135.16 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 151 | 0 | 0.67 | 0.39 | 0.04 | 334.55 | 0.9 | 0.64 |
| Hex | F6 | 51 | 97 | 0 | 43 | 27 | 4 | 14F | 5A | 40 |
| Octal | 366 | 121 | 227 | 0 | 103 | 47 | 4 | 517 | 132 | 100 |
| Binary | 11110110 | 1010001 | 10010111 | 0 | 1000011 | 100111 | 100 | 101001111 | 1011010 | 1000000 |
Color Harmonies of #F65197
Complementary color
Monochromatic Colors of #F65197
Black with #F65197
Text Example
Text Example
White with #F65197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65197; }
p { color: rgb(246,81,151); }
H1.HeaderClassName
{
color: #F65197;
}
.AnyTagClassName
{
color: #F65197;
}
</style>
background-color css
<style>
a { background-color: #F65197; }
a { background-color: rgb(246,81,151); }
div.DivClassName
{
background-color: #F65197;
}
.BgClassName
{
background-color: #F65197;
}
</style>
border-color css
<style>
span { border-color: #F65197; }
span { border-color: rgb(246,81,151); }
td.TdClassName
{
border-color: #F65197;
}
.TagClassName
{
border-color: #F65197;
}
</style>