Shades of Bittersweet #F77565
Tints of Bittersweet #F77565
RGB
CMYK
RGB Variations
Color information
#F77565 (or 0xF77565) is known color: Bittersweet. HEX triplet: F7, 75 and 65. RGB value is (247,117,101). Sum of RGB (Red+Green+Blue) = 247+117+101=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F77565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77565 is #088A9A. Grayscale: #9A9A9A. Windows color (decimal): -559771 or 6649335. OLE color: 6649335.
HSL color Cylindrical-coordinate representation of color #F77565: hue angle of 6.58º 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 #F77565 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 101 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.03 |
| HSL | 6.58º | 0.9% | 0.68% | - |
| HSV(B) | 6.58º | 0.59% | 0.97% | - |
| XYZ | 47.07 | 33.44 | 16.29 | - |
| YUV | 154.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 101 | 0 | 0.53 | 0.59 | 0.03 | 6.58 | 0.9 | 0.68 |
| Hex | F7 | 75 | 65 | 0 | 35 | 3B | 3 | 7 | 5A | 44 |
| Octal | 367 | 165 | 145 | 0 | 65 | 73 | 3 | 7 | 132 | 104 |
| Binary | 11110111 | 1110101 | 1100101 | 0 | 110101 | 111011 | 11 | 111 | 1011010 | 1000100 |
Color Harmonies of #F77565
Complementary color
Monochromatic Colors of #F77565
Black with #F77565
Text Example
Text Example
White with #F77565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77565; }
p { color: rgb(247,117,101); }
H1.HeaderClassName
{
color: #F77565;
}
.AnyTagClassName
{
color: #F77565;
}
</style>
background-color css
<style>
a { background-color: #F77565; }
a { background-color: rgb(247,117,101); }
div.DivClassName
{
background-color: #F77565;
}
.BgClassName
{
background-color: #F77565;
}
</style>
border-color css
<style>
span { border-color: #F77565; }
span { border-color: rgb(247,117,101); }
td.TdClassName
{
border-color: #F77565;
}
.TagClassName
{
border-color: #F77565;
}
</style>