Shades of Bittersweet #F76456
Tints of Bittersweet #F76456
RGB
CMYK
RGB Variations
Color information
#F76456 (or 0xF76456) is known color: Bittersweet. HEX triplet: F7, 64 and 56. RGB value is (247,100,86). Sum of RGB (Red+Green+Blue) = 247+100+86=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F76456 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76456 is #089BA9. Grayscale: #8E8E8E. Windows color (decimal): -564138 or 5661943. OLE color: 5661943.
HSL color Cylindrical-coordinate representation of color #F76456: hue angle of 5.22º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F76456 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 86 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.03 |
| HSL | 5.22º | 0.91% | 0.65% | - |
| HSV(B) | 5.22º | 0.65% | 0.97% | - |
| XYZ | 44.59 | 29.56 | 12.16 | - |
| YUV | 142.36 | 96.2 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 86 | 0 | 0.60 | 0.65 | 0.03 | 5.22 | 0.91 | 0.65 |
| Hex | F7 | 64 | 56 | 0 | 3C | 41 | 3 | 5 | 5B | 41 |
| Octal | 367 | 144 | 126 | 0 | 74 | 101 | 3 | 5 | 133 | 101 |
| Binary | 11110111 | 1100100 | 1010110 | 0 | 111100 | 1000001 | 11 | 101 | 1011011 | 1000001 |
Color Harmonies of #F76456
Complementary color
Monochromatic Colors of #F76456
Black with #F76456
Text Example
Text Example
White with #F76456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76456; }
p { color: rgb(247,100,86); }
H1.HeaderClassName
{
color: #F76456;
}
.AnyTagClassName
{
color: #F76456;
}
</style>
background-color css
<style>
a { background-color: #F76456; }
a { background-color: rgb(247,100,86); }
div.DivClassName
{
background-color: #F76456;
}
.BgClassName
{
background-color: #F76456;
}
</style>
border-color css
<style>
span { border-color: #F76456; }
span { border-color: rgb(247,100,86); }
td.TdClassName
{
border-color: #F76456;
}
.TagClassName
{
border-color: #F76456;
}
</style>