Shades of French Rose #F65587
Tints of French Rose #F65587
RGB
CMYK
RGB Variations
Color information
#F65587 (or 0xF65587) is known color: French Rose. HEX triplet: F6, 55 and 87. RGB value is (246,85,135). Sum of RGB (Red+Green+Blue) = 246+85+135=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F65587 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65587 is #09AA78. Grayscale: #8A8A8A. Windows color (decimal): -633465 or 8869366. OLE color: 8869366.
HSL color Cylindrical-coordinate representation of color #F65587: hue angle of 341.37º 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 #F65587 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 135 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.04 |
| HSL | 341.37º | 0.9% | 0.65% | - |
| HSV(B) | 341.37º | 0.65% | 0.96% | - |
| XYZ | 45.63 | 27.84 | 25.89 | - |
| YUV | 138.84 | 125.84 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 135 | 0 | 0.65 | 0.45 | 0.04 | 341.37 | 0.9 | 0.65 |
| Hex | F6 | 55 | 87 | 0 | 41 | 2D | 4 | 155 | 5A | 41 |
| Octal | 366 | 125 | 207 | 0 | 101 | 55 | 4 | 525 | 132 | 101 |
| Binary | 11110110 | 1010101 | 10000111 | 0 | 1000001 | 101101 | 100 | 101010101 | 1011010 | 1000001 |
Color Harmonies of #F65587
Complementary color
Monochromatic Colors of #F65587
Black with #F65587
Text Example
Text Example
White with #F65587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65587; }
p { color: rgb(246,85,135); }
H1.HeaderClassName
{
color: #F65587;
}
.AnyTagClassName
{
color: #F65587;
}
</style>
background-color css
<style>
a { background-color: #F65587; }
a { background-color: rgb(246,85,135); }
div.DivClassName
{
background-color: #F65587;
}
.BgClassName
{
background-color: #F65587;
}
</style>
border-color css
<style>
span { border-color: #F65587; }
span { border-color: rgb(246,85,135); }
td.TdClassName
{
border-color: #F65587;
}
.TagClassName
{
border-color: #F65587;
}
</style>