Shades of Bittersweet #F77761
Tints of Bittersweet #F77761
RGB
CMYK
RGB Variations
Color information
#F77761 (or 0xF77761) is known color: Bittersweet. HEX triplet: F7, 77 and 61. RGB value is (247,119,97). Sum of RGB (Red+Green+Blue) = 247+119+97=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F77761 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77761 is #08889E. Grayscale: #9A9A9A. Windows color (decimal): -559263 or 6387703. OLE color: 6387703.
HSL color Cylindrical-coordinate representation of color #F77761: hue angle of 8.8º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F77761 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 97 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.03 |
| HSL | 8.8º | 0.9% | 0.67% | - |
| HSV(B) | 8.8º | 0.61% | 0.97% | - |
| XYZ | 47.11 | 33.83 | 15.36 | - |
| YUV | 154.76 | 95.41 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 97 | 0 | 0.52 | 0.61 | 0.03 | 8.8 | 0.9 | 0.67 |
| Hex | F7 | 77 | 61 | 0 | 34 | 3D | 3 | 9 | 5A | 43 |
| Octal | 367 | 167 | 141 | 0 | 64 | 75 | 3 | 11 | 132 | 103 |
| Binary | 11110111 | 1110111 | 1100001 | 0 | 110100 | 111101 | 11 | 1001 | 1011010 | 1000011 |
Color Harmonies of #F77761
Complementary color
Monochromatic Colors of #F77761
Black with #F77761
Text Example
Text Example
White with #F77761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77761; }
p { color: rgb(247,119,97); }
H1.HeaderClassName
{
color: #F77761;
}
.AnyTagClassName
{
color: #F77761;
}
</style>
background-color css
<style>
a { background-color: #F77761; }
a { background-color: rgb(247,119,97); }
div.DivClassName
{
background-color: #F77761;
}
.BgClassName
{
background-color: #F77761;
}
</style>
border-color css
<style>
span { border-color: #F77761; }
span { border-color: rgb(247,119,97); }
td.TdClassName
{
border-color: #F77761;
}
.TagClassName
{
border-color: #F77761;
}
</style>