Shades of Bittersweet #F66D65
Tints of Bittersweet #F66D65
RGB
CMYK
RGB Variations
Color information
#F66D65 (or 0xF66D65) is known color: Bittersweet. HEX triplet: F6, 6D and 65. RGB value is (246,109,101). Sum of RGB (Red+Green+Blue) = 246+109+101=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66D65 is #09929A. Grayscale: #959595. Windows color (decimal): -627355 or 6647286. OLE color: 6647286.
HSL color Cylindrical-coordinate representation of color #F66D65: hue angle of 3.31º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F66D65 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 101 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.04 |
| HSL | 3.31º | 0.89% | 0.68% | - |
| HSV(B) | 3.31º | 0.59% | 0.96% | - |
| XYZ | 45.82 | 31.47 | 15.97 | - |
| YUV | 149.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 101 | 0 | 0.56 | 0.59 | 0.04 | 3.31 | 0.89 | 0.68 |
| Hex | F6 | 6D | 65 | 0 | 38 | 3B | 4 | 3 | 59 | 44 |
| Octal | 366 | 155 | 145 | 0 | 70 | 73 | 4 | 3 | 131 | 104 |
| Binary | 11110110 | 1101101 | 1100101 | 0 | 111000 | 111011 | 100 | 11 | 1011001 | 1000100 |
Color Harmonies of #F66D65
Complementary color
Monochromatic Colors of #F66D65
Black with #F66D65
Text Example
Text Example
White with #F66D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66D65; }
p { color: rgb(246,109,101); }
H1.HeaderClassName
{
color: #F66D65;
}
.AnyTagClassName
{
color: #F66D65;
}
</style>
background-color css
<style>
a { background-color: #F66D65; }
a { background-color: rgb(246,109,101); }
div.DivClassName
{
background-color: #F66D65;
}
.BgClassName
{
background-color: #F66D65;
}
</style>
border-color css
<style>
span { border-color: #F66D65; }
span { border-color: rgb(246,109,101); }
td.TdClassName
{
border-color: #F66D65;
}
.TagClassName
{
border-color: #F66D65;
}
</style>