Shades of French Rose #F65685
Tints of French Rose #F65685
RGB
CMYK
RGB Variations
Color information
#F65685 (or 0xF65685) is known color: French Rose. HEX triplet: F6, 56 and 85. RGB value is (246,86,133). Sum of RGB (Red+Green+Blue) = 246+86+133=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F65685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65685 is #09A97A. Grayscale: #8B8B8B. Windows color (decimal): -633211 or 8738550. OLE color: 8738550.
HSL color Cylindrical-coordinate representation of color #F65685: hue angle of 342.38º 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 #F65685 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 86 | 133 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.04 |
| HSL | 342.38º | 0.9% | 0.65% | - |
| HSV(B) | 342.38º | 0.65% | 0.96% | - |
| XYZ | 45.57 | 27.94 | 25.18 | - |
| YUV | 139.2 | 124.51 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 86 | 133 | 0 | 0.65 | 0.46 | 0.04 | 342.38 | 0.9 | 0.65 |
| Hex | F6 | 56 | 85 | 0 | 41 | 2E | 4 | 156 | 5A | 41 |
| Octal | 366 | 126 | 205 | 0 | 101 | 56 | 4 | 526 | 132 | 101 |
| Binary | 11110110 | 1010110 | 10000101 | 0 | 1000001 | 101110 | 100 | 101010110 | 1011010 | 1000001 |
Color Harmonies of #F65685
Complementary color
Monochromatic Colors of #F65685
Black with #F65685
Text Example
Text Example
White with #F65685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65685; }
p { color: rgb(246,86,133); }
H1.HeaderClassName
{
color: #F65685;
}
.AnyTagClassName
{
color: #F65685;
}
</style>
background-color css
<style>
a { background-color: #F65685; }
a { background-color: rgb(246,86,133); }
div.DivClassName
{
background-color: #F65685;
}
.BgClassName
{
background-color: #F65685;
}
</style>
border-color css
<style>
span { border-color: #F65685; }
span { border-color: rgb(246,86,133); }
td.TdClassName
{
border-color: #F65685;
}
.TagClassName
{
border-color: #F65685;
}
</style>