Shades of Bittersweet #F77D61
Tints of Bittersweet #F77D61
RGB
CMYK
RGB Variations
Color information
#F77D61 (or 0xF77D61) is known color: Bittersweet. HEX triplet: F7, 7D and 61. RGB value is (247,125,97). Sum of RGB (Red+Green+Blue) = 247+125+97=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77D61 is #08829E. Grayscale: #9E9E9E. Windows color (decimal): -557727 or 6389239. OLE color: 6389239.
HSL color Cylindrical-coordinate representation of color #F77D61: hue angle of 11.2º 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 #F77D61 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 97 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.03 |
| HSL | 11.2º | 0.9% | 0.67% | - |
| HSV(B) | 11.2º | 0.61% | 0.97% | - |
| XYZ | 47.85 | 35.3 | 15.6 | - |
| YUV | 158.29 | 93.42 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 97 | 0 | 0.49 | 0.61 | 0.03 | 11.2 | 0.9 | 0.67 |
| Hex | F7 | 7D | 61 | 0 | 31 | 3D | 3 | B | 5A | 43 |
| Octal | 367 | 175 | 141 | 0 | 61 | 75 | 3 | 13 | 132 | 103 |
| Binary | 11110111 | 1111101 | 1100001 | 0 | 110001 | 111101 | 11 | 1011 | 1011010 | 1000011 |
Color Harmonies of #F77D61
Complementary color
Monochromatic Colors of #F77D61
Black with #F77D61
Text Example
Text Example
White with #F77D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D61; }
p { color: rgb(247,125,97); }
H1.HeaderClassName
{
color: #F77D61;
}
.AnyTagClassName
{
color: #F77D61;
}
</style>
background-color css
<style>
a { background-color: #F77D61; }
a { background-color: rgb(247,125,97); }
div.DivClassName
{
background-color: #F77D61;
}
.BgClassName
{
background-color: #F77D61;
}
</style>
border-color css
<style>
span { border-color: #F77D61; }
span { border-color: rgb(247,125,97); }
td.TdClassName
{
border-color: #F77D61;
}
.TagClassName
{
border-color: #F77D61;
}
</style>