Shades of Bittersweet #F76D65
Tints of Bittersweet #F76D65
RGB
CMYK
RGB Variations
Color information
#F76D65 (or 0xF76D65) is known color: Bittersweet. HEX triplet: F7, 6D and 65. RGB value is (247,109,101). Sum of RGB (Red+Green+Blue) = 247+109+101=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F76D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76D65 is #08929A. Grayscale: #959595. Windows color (decimal): -561819 or 6647287. OLE color: 6647287.
HSL color Cylindrical-coordinate representation of color #F76D65: hue angle of 3.29º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F76D65 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 101 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.03 |
| HSL | 3.29º | 0.9% | 0.68% | - |
| HSV(B) | 3.29º | 0.59% | 0.97% | - |
| XYZ | 46.18 | 31.65 | 15.99 | - |
| YUV | 149.35 | 100.72 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 101 | 0 | 0.56 | 0.59 | 0.03 | 3.29 | 0.9 | 0.68 |
| Hex | F7 | 6D | 65 | 0 | 38 | 3B | 3 | 3 | 5A | 44 |
| Octal | 367 | 155 | 145 | 0 | 70 | 73 | 3 | 3 | 132 | 104 |
| Binary | 11110111 | 1101101 | 1100101 | 0 | 111000 | 111011 | 11 | 11 | 1011010 | 1000100 |
Color Harmonies of #F76D65
Complementary color
Monochromatic Colors of #F76D65
Black with #F76D65
Text Example
Text Example
White with #F76D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76D65; }
p { color: rgb(247,109,101); }
H1.HeaderClassName
{
color: #F76D65;
}
.AnyTagClassName
{
color: #F76D65;
}
</style>
background-color css
<style>
a { background-color: #F76D65; }
a { background-color: rgb(247,109,101); }
div.DivClassName
{
background-color: #F76D65;
}
.BgClassName
{
background-color: #F76D65;
}
</style>
border-color css
<style>
span { border-color: #F76D65; }
span { border-color: rgb(247,109,101); }
td.TdClassName
{
border-color: #F76D65;
}
.TagClassName
{
border-color: #F76D65;
}
</style>