Shades of Bittersweet #F77860
Tints of Bittersweet #F77860
RGB
CMYK
RGB Variations
Color information
#F77860 (or 0xF77860) is known color: Bittersweet. HEX triplet: F7, 78 and 60. RGB value is (247,120,96). Sum of RGB (Red+Green+Blue) = 247+120+96=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F77860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77860 is #08879F. Grayscale: #9B9B9B. Windows color (decimal): -559008 or 6322423. OLE color: 6322423.
HSL color Cylindrical-coordinate representation of color #F77860: hue angle of 9.54º 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 #F77860 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 120 | 96 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.03 |
| HSL | 9.54º | 0.9% | 0.67% | - |
| HSV(B) | 9.54º | 0.61% | 0.97% | - |
| XYZ | 47.19 | 34.05 | 15.15 | - |
| YUV | 155.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 120 | 96 | 0 | 0.51 | 0.61 | 0.03 | 9.54 | 0.9 | 0.67 |
| Hex | F7 | 78 | 60 | 0 | 33 | 3D | 3 | A | 5A | 43 |
| Octal | 367 | 170 | 140 | 0 | 63 | 75 | 3 | 12 | 132 | 103 |
| Binary | 11110111 | 1111000 | 1100000 | 0 | 110011 | 111101 | 11 | 1010 | 1011010 | 1000011 |
Color Harmonies of #F77860
Complementary color
Monochromatic Colors of #F77860
Black with #F77860
Text Example
Text Example
White with #F77860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77860; }
p { color: rgb(247,120,96); }
H1.HeaderClassName
{
color: #F77860;
}
.AnyTagClassName
{
color: #F77860;
}
</style>
background-color css
<style>
a { background-color: #F77860; }
a { background-color: rgb(247,120,96); }
div.DivClassName
{
background-color: #F77860;
}
.BgClassName
{
background-color: #F77860;
}
</style>
border-color css
<style>
span { border-color: #F77860; }
span { border-color: rgb(247,120,96); }
td.TdClassName
{
border-color: #F77860;
}
.TagClassName
{
border-color: #F77860;
}
</style>