Shades of Bittersweet #F56860
Tints of Bittersweet #F56860
RGB
CMYK
RGB Variations
Color information
#F56860 (or 0xF56860) is known color: Bittersweet. HEX triplet: F5, 68 and 60. RGB value is (245,104,96). Sum of RGB (Red+Green+Blue) = 245+104+96=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F56860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56860 is #0A979F. Grayscale: #919191. Windows color (decimal): -694176 or 6318325. OLE color: 6318325.
HSL color Cylindrical-coordinate representation of color #F56860: hue angle of 3.22º 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 #F56860 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 96 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.04 |
| HSL | 3.22º | 0.88% | 0.67% | - |
| HSV(B) | 3.22º | 0.61% | 0.96% | - |
| XYZ | 44.72 | 30.16 | 14.53 | - |
| YUV | 145.25 | 100.21 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 96 | 0 | 0.58 | 0.61 | 0.04 | 3.22 | 0.88 | 0.67 |
| Hex | F5 | 68 | 60 | 0 | 3A | 3D | 4 | 3 | 58 | 43 |
| Octal | 365 | 150 | 140 | 0 | 72 | 75 | 4 | 3 | 130 | 103 |
| Binary | 11110101 | 1101000 | 1100000 | 0 | 111010 | 111101 | 100 | 11 | 1011000 | 1000011 |
Color Harmonies of #F56860
Complementary color
Monochromatic Colors of #F56860
Black with #F56860
Text Example
Text Example
White with #F56860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56860; }
p { color: rgb(245,104,96); }
H1.HeaderClassName
{
color: #F56860;
}
.AnyTagClassName
{
color: #F56860;
}
</style>
background-color css
<style>
a { background-color: #F56860; }
a { background-color: rgb(245,104,96); }
div.DivClassName
{
background-color: #F56860;
}
.BgClassName
{
background-color: #F56860;
}
</style>
border-color css
<style>
span { border-color: #F56860; }
span { border-color: rgb(245,104,96); }
td.TdClassName
{
border-color: #F56860;
}
.TagClassName
{
border-color: #F56860;
}
</style>