Shades of Bittersweet #F77464
Tints of Bittersweet #F77464
RGB
CMYK
RGB Variations
Color information
#F77464 (or 0xF77464) is known color: Bittersweet. HEX triplet: F7, 74 and 64. RGB value is (247,116,100). Sum of RGB (Red+Green+Blue) = 247+116+100=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F77464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77464 is #088B9B. Grayscale: #999999. Windows color (decimal): -560028 or 6583543. OLE color: 6583543.
HSL color Cylindrical-coordinate representation of color #F77464: hue angle of 6.53º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F77464 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 100 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.03 |
| HSL | 6.53º | 0.9% | 0.68% | - |
| HSV(B) | 6.53º | 0.6% | 0.97% | - |
| XYZ | 46.9 | 33.19 | 15.99 | - |
| YUV | 153.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 100 | 0 | 0.53 | 0.60 | 0.03 | 6.53 | 0.9 | 0.68 |
| Hex | F7 | 74 | 64 | 0 | 35 | 3C | 3 | 7 | 5A | 44 |
| Octal | 367 | 164 | 144 | 0 | 65 | 74 | 3 | 7 | 132 | 104 |
| Binary | 11110111 | 1110100 | 1100100 | 0 | 110101 | 111100 | 11 | 111 | 1011010 | 1000100 |
Color Harmonies of #F77464
Complementary color
Monochromatic Colors of #F77464
Black with #F77464
Text Example
Text Example
White with #F77464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77464; }
p { color: rgb(247,116,100); }
H1.HeaderClassName
{
color: #F77464;
}
.AnyTagClassName
{
color: #F77464;
}
</style>
background-color css
<style>
a { background-color: #F77464; }
a { background-color: rgb(247,116,100); }
div.DivClassName
{
background-color: #F77464;
}
.BgClassName
{
background-color: #F77464;
}
</style>
border-color css
<style>
span { border-color: #F77464; }
span { border-color: rgb(247,116,100); }
td.TdClassName
{
border-color: #F77464;
}
.TagClassName
{
border-color: #F77464;
}
</style>