Shades of French Rose #F65389
Tints of French Rose #F65389
RGB
CMYK
RGB Variations
Color information
#F65389 (or 0xF65389) is known color: French Rose. HEX triplet: F6, 53 and 89. RGB value is (246,83,137). Sum of RGB (Red+Green+Blue) = 246+83+137=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F65389 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65389 is #09AC76. Grayscale: #898989. Windows color (decimal): -633975 or 8999926. OLE color: 8999926.
HSL color Cylindrical-coordinate representation of color #F65389: hue angle of 340.12º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F65389 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 137 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.04 |
| HSL | 340.12º | 0.9% | 0.65% | - |
| HSV(B) | 340.12º | 0.66% | 0.96% | - |
| XYZ | 45.61 | 27.59 | 26.59 | - |
| YUV | 137.89 | 127.5 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 137 | 0 | 0.66 | 0.44 | 0.04 | 340.12 | 0.9 | 0.65 |
| Hex | F6 | 53 | 89 | 0 | 42 | 2C | 4 | 154 | 5A | 41 |
| Octal | 366 | 123 | 211 | 0 | 102 | 54 | 4 | 524 | 132 | 101 |
| Binary | 11110110 | 1010011 | 10001001 | 0 | 1000010 | 101100 | 100 | 101010100 | 1011010 | 1000001 |
Color Harmonies of #F65389
Complementary color
Monochromatic Colors of #F65389
Black with #F65389
Text Example
Text Example
White with #F65389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65389; }
p { color: rgb(246,83,137); }
H1.HeaderClassName
{
color: #F65389;
}
.AnyTagClassName
{
color: #F65389;
}
</style>
background-color css
<style>
a { background-color: #F65389; }
a { background-color: rgb(246,83,137); }
div.DivClassName
{
background-color: #F65389;
}
.BgClassName
{
background-color: #F65389;
}
</style>
border-color css
<style>
span { border-color: #F65389; }
span { border-color: rgb(246,83,137); }
td.TdClassName
{
border-color: #F65389;
}
.TagClassName
{
border-color: #F65389;
}
</style>