Shades of Bittersweet #F76460
Tints of Bittersweet #F76460
RGB
CMYK
RGB Variations
Color information
#F76460 (or 0xF76460) is known color: Bittersweet. HEX triplet: F7, 64 and 60. RGB value is (247,100,96). Sum of RGB (Red+Green+Blue) = 247+100+96=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F76460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76460 is #089B9F. Grayscale: #8F8F8F. Windows color (decimal): -564128 or 6317303. OLE color: 6317303.
HSL color Cylindrical-coordinate representation of color #F76460: hue angle of 1.59º 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 #F76460 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 96 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.03 |
| HSL | 1.59º | 0.9% | 0.67% | - |
| HSV(B) | 1.59º | 0.61% | 0.97% | - |
| XYZ | 45.03 | 29.73 | 14.43 | - |
| YUV | 143.5 | 101.2 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 96 | 0 | 0.60 | 0.61 | 0.03 | 1.59 | 0.9 | 0.67 |
| Hex | F7 | 64 | 60 | 0 | 3C | 3D | 3 | 2 | 5A | 43 |
| Octal | 367 | 144 | 140 | 0 | 74 | 75 | 3 | 2 | 132 | 103 |
| Binary | 11110111 | 1100100 | 1100000 | 0 | 111100 | 111101 | 11 | 10 | 1011010 | 1000011 |
Color Harmonies of #F76460
Complementary color
Monochromatic Colors of #F76460
Black with #F76460
Text Example
Text Example
White with #F76460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76460; }
p { color: rgb(247,100,96); }
H1.HeaderClassName
{
color: #F76460;
}
.AnyTagClassName
{
color: #F76460;
}
</style>
background-color css
<style>
a { background-color: #F76460; }
a { background-color: rgb(247,100,96); }
div.DivClassName
{
background-color: #F76460;
}
.BgClassName
{
background-color: #F76460;
}
</style>
border-color css
<style>
span { border-color: #F76460; }
span { border-color: rgb(247,100,96); }
td.TdClassName
{
border-color: #F76460;
}
.TagClassName
{
border-color: #F76460;
}
</style>