Shades of Bittersweet #F77165
Tints of Bittersweet #F77165
RGB
CMYK
RGB Variations
Color information
#F77165 (or 0xF77165) is known color: Bittersweet. HEX triplet: F7, 71 and 65. RGB value is (247,113,101). Sum of RGB (Red+Green+Blue) = 247+113+101=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F77165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77165 is #088E9A. Grayscale: #979797. Windows color (decimal): -560795 or 6648311. OLE color: 6648311.
HSL color Cylindrical-coordinate representation of color #F77165: hue angle of 4.93º 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 #F77165 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 101 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.03 |
| HSL | 4.93º | 0.9% | 0.68% | - |
| HSV(B) | 4.93º | 0.59% | 0.97% | - |
| XYZ | 46.61 | 32.52 | 16.13 | - |
| YUV | 151.7 | 99.39 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 101 | 0 | 0.54 | 0.59 | 0.03 | 4.93 | 0.9 | 0.68 |
| Hex | F7 | 71 | 65 | 0 | 36 | 3B | 3 | 5 | 5A | 44 |
| Octal | 367 | 161 | 145 | 0 | 66 | 73 | 3 | 5 | 132 | 104 |
| Binary | 11110111 | 1110001 | 1100101 | 0 | 110110 | 111011 | 11 | 101 | 1011010 | 1000100 |
Color Harmonies of #F77165
Complementary color
Monochromatic Colors of #F77165
Black with #F77165
Text Example
Text Example
White with #F77165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77165; }
p { color: rgb(247,113,101); }
H1.HeaderClassName
{
color: #F77165;
}
.AnyTagClassName
{
color: #F77165;
}
</style>
background-color css
<style>
a { background-color: #F77165; }
a { background-color: rgb(247,113,101); }
div.DivClassName
{
background-color: #F77165;
}
.BgClassName
{
background-color: #F77165;
}
</style>
border-color css
<style>
span { border-color: #F77165; }
span { border-color: rgb(247,113,101); }
td.TdClassName
{
border-color: #F77165;
}
.TagClassName
{
border-color: #F77165;
}
</style>