Shades of Bittersweet #F57860
Tints of Bittersweet #F57860
RGB
CMYK
RGB Variations
Color information
#F57860 (or 0xF57860) is known color: Bittersweet. HEX triplet: F5, 78 and 60. RGB value is (245,120,96). Sum of RGB (Red+Green+Blue) = 245+120+96=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F57860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57860 is #0A879F. Grayscale: #9A9A9A. Windows color (decimal): -690080 or 6322421. OLE color: 6322421.
HSL color Cylindrical-coordinate representation of color #F57860: hue angle of 9.66º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F57860 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 96 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.04 |
| HSL | 9.66º | 0.88% | 0.67% | - |
| HSV(B) | 9.66º | 0.61% | 0.96% | - |
| XYZ | 46.48 | 33.69 | 15.12 | - |
| YUV | 154.64 | 94.91 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 96 | 0 | 0.51 | 0.61 | 0.04 | 9.66 | 0.88 | 0.67 |
| Hex | F5 | 78 | 60 | 0 | 33 | 3D | 4 | A | 58 | 43 |
| Octal | 365 | 170 | 140 | 0 | 63 | 75 | 4 | 12 | 130 | 103 |
| Binary | 11110101 | 1111000 | 1100000 | 0 | 110011 | 111101 | 100 | 1010 | 1011000 | 1000011 |
Color Harmonies of #F57860
Complementary color
Monochromatic Colors of #F57860
Black with #F57860
Text Example
Text Example
White with #F57860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57860; }
p { color: rgb(245,120,96); }
H1.HeaderClassName
{
color: #F57860;
}
.AnyTagClassName
{
color: #F57860;
}
</style>
background-color css
<style>
a { background-color: #F57860; }
a { background-color: rgb(245,120,96); }
div.DivClassName
{
background-color: #F57860;
}
.BgClassName
{
background-color: #F57860;
}
</style>
border-color css
<style>
span { border-color: #F57860; }
span { border-color: rgb(245,120,96); }
td.TdClassName
{
border-color: #F57860;
}
.TagClassName
{
border-color: #F57860;
}
</style>