Shades of Bittersweet #F77069
Tints of Bittersweet #F77069
RGB
CMYK
RGB Variations
Color information
#F77069 (or 0xF77069) is known color: Bittersweet. HEX triplet: F7, 70 and 69. RGB value is (247,112,105). Sum of RGB (Red+Green+Blue) = 247+112+105=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F77069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77069 is #088F96. Grayscale: #979797. Windows color (decimal): -561047 or 6910199. OLE color: 6910199.
HSL color Cylindrical-coordinate representation of color #F77069: hue angle of 2.96º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F77069 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 105 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.03 |
| HSL | 2.96º | 0.9% | 0.69% | - |
| HSV(B) | 2.96º | 0.57% | 0.97% | - |
| XYZ | 46.7 | 32.38 | 17.15 | - |
| YUV | 151.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 105 | 0 | 0.55 | 0.57 | 0.03 | 2.96 | 0.9 | 0.69 |
| Hex | F7 | 70 | 69 | 0 | 37 | 39 | 3 | 3 | 5A | 45 |
| Octal | 367 | 160 | 151 | 0 | 67 | 71 | 3 | 3 | 132 | 105 |
| Binary | 11110111 | 1110000 | 1101001 | 0 | 110111 | 111001 | 11 | 11 | 1011010 | 1000101 |
Color Harmonies of #F77069
Complementary color
Monochromatic Colors of #F77069
Black with #F77069
Text Example
Text Example
White with #F77069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77069; }
p { color: rgb(247,112,105); }
H1.HeaderClassName
{
color: #F77069;
}
.AnyTagClassName
{
color: #F77069;
}
</style>
background-color css
<style>
a { background-color: #F77069; }
a { background-color: rgb(247,112,105); }
div.DivClassName
{
background-color: #F77069;
}
.BgClassName
{
background-color: #F77069;
}
</style>
border-color css
<style>
span { border-color: #F77069; }
span { border-color: rgb(247,112,105); }
td.TdClassName
{
border-color: #F77069;
}
.TagClassName
{
border-color: #F77069;
}
</style>