Shades of Bittersweet #F77668
Tints of Bittersweet #F77668
RGB
CMYK
RGB Variations
Color information
#F77668 (or 0xF77668) is known color: Bittersweet. HEX triplet: F7, 76 and 68. RGB value is (247,118,104). Sum of RGB (Red+Green+Blue) = 247+118+104=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F77668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77668 is #088997. Grayscale: #9B9B9B. Windows color (decimal): -559512 or 6846199. OLE color: 6846199.
HSL color Cylindrical-coordinate representation of color #F77668: hue angle of 5.87º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F77668 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 104 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.03 |
| HSL | 5.87º | 0.9% | 0.69% | - |
| HSV(B) | 5.87º | 0.58% | 0.97% | - |
| XYZ | 47.33 | 33.73 | 17.11 | - |
| YUV | 154.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 104 | 0 | 0.52 | 0.58 | 0.03 | 5.87 | 0.9 | 0.69 |
| Hex | F7 | 76 | 68 | 0 | 34 | 3A | 3 | 6 | 5A | 45 |
| Octal | 367 | 166 | 150 | 0 | 64 | 72 | 3 | 6 | 132 | 105 |
| Binary | 11110111 | 1110110 | 1101000 | 0 | 110100 | 111010 | 11 | 110 | 1011010 | 1000101 |
Color Harmonies of #F77668
Complementary color
Monochromatic Colors of #F77668
Black with #F77668
Text Example
Text Example
White with #F77668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77668; }
p { color: rgb(247,118,104); }
H1.HeaderClassName
{
color: #F77668;
}
.AnyTagClassName
{
color: #F77668;
}
</style>
background-color css
<style>
a { background-color: #F77668; }
a { background-color: rgb(247,118,104); }
div.DivClassName
{
background-color: #F77668;
}
.BgClassName
{
background-color: #F77668;
}
</style>
border-color css
<style>
span { border-color: #F77668; }
span { border-color: rgb(247,118,104); }
td.TdClassName
{
border-color: #F77668;
}
.TagClassName
{
border-color: #F77668;
}
</style>