Shades of Bittersweet #F77369
Tints of Bittersweet #F77369
RGB
CMYK
RGB Variations
Color information
#F77369 (or 0xF77369) is known color: Bittersweet. HEX triplet: F7, 73 and 69. RGB value is (247,115,105). Sum of RGB (Red+Green+Blue) = 247+115+105=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F77369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77369 is #088C96. Grayscale: #999999. Windows color (decimal): -560279 or 6910967. OLE color: 6910967.
HSL color Cylindrical-coordinate representation of color #F77369: hue angle of 4.23º 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 #F77369 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 105 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.03 |
| HSL | 4.23º | 0.9% | 0.69% | - |
| HSV(B) | 4.23º | 0.57% | 0.97% | - |
| XYZ | 47.04 | 33.06 | 17.27 | - |
| YUV | 153.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 105 | 0 | 0.53 | 0.57 | 0.03 | 4.23 | 0.9 | 0.69 |
| Hex | F7 | 73 | 69 | 0 | 35 | 39 | 3 | 4 | 5A | 45 |
| Octal | 367 | 163 | 151 | 0 | 65 | 71 | 3 | 4 | 132 | 105 |
| Binary | 11110111 | 1110011 | 1101001 | 0 | 110101 | 111001 | 11 | 100 | 1011010 | 1000101 |
Color Harmonies of #F77369
Complementary color
Monochromatic Colors of #F77369
Black with #F77369
Text Example
Text Example
White with #F77369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77369; }
p { color: rgb(247,115,105); }
H1.HeaderClassName
{
color: #F77369;
}
.AnyTagClassName
{
color: #F77369;
}
</style>
background-color css
<style>
a { background-color: #F77369; }
a { background-color: rgb(247,115,105); }
div.DivClassName
{
background-color: #F77369;
}
.BgClassName
{
background-color: #F77369;
}
</style>
border-color css
<style>
span { border-color: #F77369; }
span { border-color: rgb(247,115,105); }
td.TdClassName
{
border-color: #F77369;
}
.TagClassName
{
border-color: #F77369;
}
</style>