Shades of French Rose #F65590
Tints of French Rose #F65590
RGB
CMYK
RGB Variations
Color information
#F65590 (or 0xF65590) is known color: French Rose. HEX triplet: F6, 55 and 90. RGB value is (246,85,144). Sum of RGB (Red+Green+Blue) = 246+85+144=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F65590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65590 is #09AA6F. Grayscale: #8B8B8B. Windows color (decimal): -633456 or 9459190. OLE color: 9459190.
HSL color Cylindrical-coordinate representation of color #F65590: hue angle of 338.01º 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 #F65590 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 144 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.04 |
| HSL | 338.01º | 0.9% | 0.65% | - |
| HSV(B) | 338.01º | 0.65% | 0.96% | - |
| XYZ | 46.29 | 28.1 | 29.37 | - |
| YUV | 139.87 | 130.34 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 144 | 0 | 0.65 | 0.41 | 0.04 | 338.01 | 0.9 | 0.65 |
| Hex | F6 | 55 | 90 | 0 | 41 | 29 | 4 | 152 | 5A | 41 |
| Octal | 366 | 125 | 220 | 0 | 101 | 51 | 4 | 522 | 132 | 101 |
| Binary | 11110110 | 1010101 | 10010000 | 0 | 1000001 | 101001 | 100 | 101010010 | 1011010 | 1000001 |
Color Harmonies of #F65590
Complementary color
Monochromatic Colors of #F65590
Black with #F65590
Text Example
Text Example
White with #F65590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65590; }
p { color: rgb(246,85,144); }
H1.HeaderClassName
{
color: #F65590;
}
.AnyTagClassName
{
color: #F65590;
}
</style>
background-color css
<style>
a { background-color: #F65590; }
a { background-color: rgb(246,85,144); }
div.DivClassName
{
background-color: #F65590;
}
.BgClassName
{
background-color: #F65590;
}
</style>
border-color css
<style>
span { border-color: #F65590; }
span { border-color: rgb(246,85,144); }
td.TdClassName
{
border-color: #F65590;
}
.TagClassName
{
border-color: #F65590;
}
</style>