Shades of Bittersweet #F77168
Tints of Bittersweet #F77168
RGB
CMYK
RGB Variations
Color information
#F77168 (or 0xF77168) is known color: Bittersweet. HEX triplet: F7, 71 and 68. RGB value is (247,113,104). Sum of RGB (Red+Green+Blue) = 247+113+104=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F77168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77168 is #088E97. Grayscale: #989898. Windows color (decimal): -560792 or 6844919. OLE color: 6844919.
HSL color Cylindrical-coordinate representation of color #F77168: hue angle of 3.78º 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 #F77168 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 104 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.03 |
| HSL | 3.78º | 0.9% | 0.69% | - |
| HSV(B) | 3.78º | 0.58% | 0.97% | - |
| XYZ | 46.76 | 32.58 | 16.92 | - |
| YUV | 152.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 104 | 0 | 0.54 | 0.58 | 0.03 | 3.78 | 0.9 | 0.69 |
| Hex | F7 | 71 | 68 | 0 | 36 | 3A | 3 | 4 | 5A | 45 |
| Octal | 367 | 161 | 150 | 0 | 66 | 72 | 3 | 4 | 132 | 105 |
| Binary | 11110111 | 1110001 | 1101000 | 0 | 110110 | 111010 | 11 | 100 | 1011010 | 1000101 |
Color Harmonies of #F77168
Complementary color
Monochromatic Colors of #F77168
Black with #F77168
Text Example
Text Example
White with #F77168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77168; }
p { color: rgb(247,113,104); }
H1.HeaderClassName
{
color: #F77168;
}
.AnyTagClassName
{
color: #F77168;
}
</style>
background-color css
<style>
a { background-color: #F77168; }
a { background-color: rgb(247,113,104); }
div.DivClassName
{
background-color: #F77168;
}
.BgClassName
{
background-color: #F77168;
}
</style>
border-color css
<style>
span { border-color: #F77168; }
span { border-color: rgb(247,113,104); }
td.TdClassName
{
border-color: #F77168;
}
.TagClassName
{
border-color: #F77168;
}
</style>