Shades of Bittersweet #F77460
Tints of Bittersweet #F77460
RGB
CMYK
RGB Variations
Color information
#F77460 (or 0xF77460) is known color: Bittersweet. HEX triplet: F7, 74 and 60. RGB value is (247,116,96). Sum of RGB (Red+Green+Blue) = 247+116+96=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F77460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77460 is #088B9F. Grayscale: #999999. Windows color (decimal): -560032 or 6321399. OLE color: 6321399.
HSL color Cylindrical-coordinate representation of color #F77460: hue angle of 7.95º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F77460 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 96 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.03 |
| HSL | 7.95º | 0.9% | 0.67% | - |
| HSV(B) | 7.95º | 0.61% | 0.97% | - |
| XYZ | 46.71 | 33.11 | 14.99 | - |
| YUV | 152.89 | 95.9 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 96 | 0 | 0.53 | 0.61 | 0.03 | 7.95 | 0.9 | 0.67 |
| Hex | F7 | 74 | 60 | 0 | 35 | 3D | 3 | 8 | 5A | 43 |
| Octal | 367 | 164 | 140 | 0 | 65 | 75 | 3 | 10 | 132 | 103 |
| Binary | 11110111 | 1110100 | 1100000 | 0 | 110101 | 111101 | 11 | 1000 | 1011010 | 1000011 |
Color Harmonies of #F77460
Complementary color
Monochromatic Colors of #F77460
Black with #F77460
Text Example
Text Example
White with #F77460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77460; }
p { color: rgb(247,116,96); }
H1.HeaderClassName
{
color: #F77460;
}
.AnyTagClassName
{
color: #F77460;
}
</style>
background-color css
<style>
a { background-color: #F77460; }
a { background-color: rgb(247,116,96); }
div.DivClassName
{
background-color: #F77460;
}
.BgClassName
{
background-color: #F77460;
}
</style>
border-color css
<style>
span { border-color: #F77460; }
span { border-color: rgb(247,116,96); }
td.TdClassName
{
border-color: #F77460;
}
.TagClassName
{
border-color: #F77460;
}
</style>