Shades of Bittersweet #F77064
Tints of Bittersweet #F77064
RGB
CMYK
RGB Variations
Color information
#F77064 (or 0xF77064) is known color: Bittersweet. HEX triplet: F7, 70 and 64. RGB value is (247,112,100). Sum of RGB (Red+Green+Blue) = 247+112+100=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F77064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77064 is #088F9B. Grayscale: #979797. Windows color (decimal): -561052 or 6582519. OLE color: 6582519.
HSL color Cylindrical-coordinate representation of color #F77064: hue angle of 4.9º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F77064 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 100 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.03 |
| HSL | 4.9º | 0.9% | 0.68% | - |
| HSV(B) | 4.9º | 0.6% | 0.97% | - |
| XYZ | 46.45 | 32.28 | 15.84 | - |
| YUV | 151 | 99.23 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 100 | 0 | 0.55 | 0.60 | 0.03 | 4.9 | 0.9 | 0.68 |
| Hex | F7 | 70 | 64 | 0 | 37 | 3C | 3 | 5 | 5A | 44 |
| Octal | 367 | 160 | 144 | 0 | 67 | 74 | 3 | 5 | 132 | 104 |
| Binary | 11110111 | 1110000 | 1100100 | 0 | 110111 | 111100 | 11 | 101 | 1011010 | 1000100 |
Color Harmonies of #F77064
Complementary color
Monochromatic Colors of #F77064
Black with #F77064
Text Example
Text Example
White with #F77064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77064; }
p { color: rgb(247,112,100); }
H1.HeaderClassName
{
color: #F77064;
}
.AnyTagClassName
{
color: #F77064;
}
</style>
background-color css
<style>
a { background-color: #F77064; }
a { background-color: rgb(247,112,100); }
div.DivClassName
{
background-color: #F77064;
}
.BgClassName
{
background-color: #F77064;
}
</style>
border-color css
<style>
span { border-color: #F77064; }
span { border-color: rgb(247,112,100); }
td.TdClassName
{
border-color: #F77064;
}
.TagClassName
{
border-color: #F77064;
}
</style>