Shades of French Rose #F65186
Tints of French Rose #F65186
RGB
CMYK
RGB Variations
Color information
#F65186 (or 0xF65186) is known color: French Rose. HEX triplet: F6, 51 and 86. RGB value is (246,81,134). Sum of RGB (Red+Green+Blue) = 246+81+134=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F65186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65186 is #09AE79. Grayscale: #888888. Windows color (decimal): -634490 or 8802806. OLE color: 8802806.
HSL color Cylindrical-coordinate representation of color #F65186: hue angle of 340.73º 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 #F65186 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 134 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.04 |
| HSL | 340.73º | 0.9% | 0.64% | - |
| HSV(B) | 340.73º | 0.67% | 0.96% | - |
| XYZ | 45.25 | 27.2 | 25.42 | - |
| YUV | 136.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 134 | 0 | 0.67 | 0.46 | 0.04 | 340.73 | 0.9 | 0.64 |
| Hex | F6 | 51 | 86 | 0 | 43 | 2E | 4 | 155 | 5A | 40 |
| Octal | 366 | 121 | 206 | 0 | 103 | 56 | 4 | 525 | 132 | 100 |
| Binary | 11110110 | 1010001 | 10000110 | 0 | 1000011 | 101110 | 100 | 101010101 | 1011010 | 1000000 |
Color Harmonies of #F65186
Complementary color
Monochromatic Colors of #F65186
Black with #F65186
Text Example
Text Example
White with #F65186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65186; }
p { color: rgb(246,81,134); }
H1.HeaderClassName
{
color: #F65186;
}
.AnyTagClassName
{
color: #F65186;
}
</style>
background-color css
<style>
a { background-color: #F65186; }
a { background-color: rgb(246,81,134); }
div.DivClassName
{
background-color: #F65186;
}
.BgClassName
{
background-color: #F65186;
}
</style>
border-color css
<style>
span { border-color: #F65186; }
span { border-color: rgb(246,81,134); }
td.TdClassName
{
border-color: #F65186;
}
.TagClassName
{
border-color: #F65186;
}
</style>