Shades of Bittersweet #F77961
Tints of Bittersweet #F77961
RGB
CMYK
RGB Variations
Color information
#F77961 (or 0xF77961) is known color: Bittersweet. HEX triplet: F7, 79 and 61. RGB value is (247,121,97). Sum of RGB (Red+Green+Blue) = 247+121+97=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F77961 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77961 is #08869E. Grayscale: #9C9C9C. Windows color (decimal): -558751 or 6388215. OLE color: 6388215.
HSL color Cylindrical-coordinate representation of color #F77961: hue angle of 9.6º 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 #F77961 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 121 | 97 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.03 |
| HSL | 9.6º | 0.9% | 0.67% | - |
| HSV(B) | 9.6º | 0.61% | 0.97% | - |
| XYZ | 47.35 | 34.31 | 15.44 | - |
| YUV | 155.94 | 94.74 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 121 | 97 | 0 | 0.51 | 0.61 | 0.03 | 9.6 | 0.9 | 0.67 |
| Hex | F7 | 79 | 61 | 0 | 33 | 3D | 3 | A | 5A | 43 |
| Octal | 367 | 171 | 141 | 0 | 63 | 75 | 3 | 12 | 132 | 103 |
| Binary | 11110111 | 1111001 | 1100001 | 0 | 110011 | 111101 | 11 | 1010 | 1011010 | 1000011 |
Color Harmonies of #F77961
Complementary color
Monochromatic Colors of #F77961
Black with #F77961
Text Example
Text Example
White with #F77961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77961; }
p { color: rgb(247,121,97); }
H1.HeaderClassName
{
color: #F77961;
}
.AnyTagClassName
{
color: #F77961;
}
</style>
background-color css
<style>
a { background-color: #F77961; }
a { background-color: rgb(247,121,97); }
div.DivClassName
{
background-color: #F77961;
}
.BgClassName
{
background-color: #F77961;
}
</style>
border-color css
<style>
span { border-color: #F77961; }
span { border-color: rgb(247,121,97); }
td.TdClassName
{
border-color: #F77961;
}
.TagClassName
{
border-color: #F77961;
}
</style>