Shades of French Rose #F65586
Tints of French Rose #F65586
RGB
CMYK
RGB Variations
Color information
#F65586 (or 0xF65586) is known color: French Rose. HEX triplet: F6, 55 and 86. RGB value is (246,85,134). Sum of RGB (Red+Green+Blue) = 246+85+134=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F65586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65586 is #09AA79. Grayscale: #8A8A8A. Windows color (decimal): -633466 or 8803830. OLE color: 8803830.
HSL color Cylindrical-coordinate representation of color #F65586: hue angle of 341.74º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F65586 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 134 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.04 |
| HSL | 341.74º | 0.9% | 0.65% | - |
| HSV(B) | 341.74º | 0.65% | 0.96% | - |
| XYZ | 45.56 | 27.81 | 25.52 | - |
| YUV | 138.73 | 125.34 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 134 | 0 | 0.65 | 0.46 | 0.04 | 341.74 | 0.9 | 0.65 |
| Hex | F6 | 55 | 86 | 0 | 41 | 2E | 4 | 156 | 5A | 41 |
| Octal | 366 | 125 | 206 | 0 | 101 | 56 | 4 | 526 | 132 | 101 |
| Binary | 11110110 | 1010101 | 10000110 | 0 | 1000001 | 101110 | 100 | 101010110 | 1011010 | 1000001 |
Color Harmonies of #F65586
Complementary color
Monochromatic Colors of #F65586
Black with #F65586
Text Example
Text Example
White with #F65586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65586; }
p { color: rgb(246,85,134); }
H1.HeaderClassName
{
color: #F65586;
}
.AnyTagClassName
{
color: #F65586;
}
</style>
background-color css
<style>
a { background-color: #F65586; }
a { background-color: rgb(246,85,134); }
div.DivClassName
{
background-color: #F65586;
}
.BgClassName
{
background-color: #F65586;
}
</style>
border-color css
<style>
span { border-color: #F65586; }
span { border-color: rgb(246,85,134); }
td.TdClassName
{
border-color: #F65586;
}
.TagClassName
{
border-color: #F65586;
}
</style>