Shades of French Rose #F65388
Tints of French Rose #F65388
RGB
CMYK
RGB Variations
Color information
#F65388 (or 0xF65388) is known color: French Rose. HEX triplet: F6, 53 and 88. RGB value is (246,83,136). Sum of RGB (Red+Green+Blue) = 246+83+136=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F65388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65388 is #09AC77. Grayscale: #898989. Windows color (decimal): -633976 or 8934390. OLE color: 8934390.
HSL color Cylindrical-coordinate representation of color #F65388: hue angle of 340.49º 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 #F65388 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 136 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.04 |
| HSL | 340.49º | 0.9% | 0.65% | - |
| HSV(B) | 340.49º | 0.66% | 0.96% | - |
| XYZ | 45.54 | 27.56 | 26.21 | - |
| YUV | 137.78 | 127 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 136 | 0 | 0.66 | 0.45 | 0.04 | 340.49 | 0.9 | 0.65 |
| Hex | F6 | 53 | 88 | 0 | 42 | 2D | 4 | 154 | 5A | 41 |
| Octal | 366 | 123 | 210 | 0 | 102 | 55 | 4 | 524 | 132 | 101 |
| Binary | 11110110 | 1010011 | 10001000 | 0 | 1000010 | 101101 | 100 | 101010100 | 1011010 | 1000001 |
Color Harmonies of #F65388
Complementary color
Monochromatic Colors of #F65388
Black with #F65388
Text Example
Text Example
White with #F65388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65388; }
p { color: rgb(246,83,136); }
H1.HeaderClassName
{
color: #F65388;
}
.AnyTagClassName
{
color: #F65388;
}
</style>
background-color css
<style>
a { background-color: #F65388; }
a { background-color: rgb(246,83,136); }
div.DivClassName
{
background-color: #F65388;
}
.BgClassName
{
background-color: #F65388;
}
</style>
border-color css
<style>
span { border-color: #F65388; }
span { border-color: rgb(246,83,136); }
td.TdClassName
{
border-color: #F65388;
}
.TagClassName
{
border-color: #F65388;
}
</style>