Shades of Bittersweet #F56C60
Tints of Bittersweet #F56C60
RGB
CMYK
RGB Variations
Color information
#F56C60 (or 0xF56C60) is known color: Bittersweet. HEX triplet: F5, 6C and 60. RGB value is (245,108,96). Sum of RGB (Red+Green+Blue) = 245+108+96=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56C60 is #0A939F. Grayscale: #939393. Windows color (decimal): -693152 or 6319349. OLE color: 6319349.
HSL color Cylindrical-coordinate representation of color #F56C60: hue angle of 4.83º 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 #F56C60 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 108 | 96 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.04 |
| HSL | 4.83º | 0.88% | 0.67% | - |
| HSV(B) | 4.83º | 0.61% | 0.96% | - |
| XYZ | 45.13 | 30.98 | 14.67 | - |
| YUV | 147.6 | 98.89 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 96 | 0 | 0.56 | 0.61 | 0.04 | 4.83 | 0.88 | 0.67 |
| Hex | F5 | 6C | 60 | 0 | 38 | 3D | 4 | 5 | 58 | 43 |
| Octal | 365 | 154 | 140 | 0 | 70 | 75 | 4 | 5 | 130 | 103 |
| Binary | 11110101 | 1101100 | 1100000 | 0 | 111000 | 111101 | 100 | 101 | 1011000 | 1000011 |
Color Harmonies of #F56C60
Complementary color
Monochromatic Colors of #F56C60
Black with #F56C60
Text Example
Text Example
White with #F56C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56C60; }
p { color: rgb(245,108,96); }
H1.HeaderClassName
{
color: #F56C60;
}
.AnyTagClassName
{
color: #F56C60;
}
</style>
background-color css
<style>
a { background-color: #F56C60; }
a { background-color: rgb(245,108,96); }
div.DivClassName
{
background-color: #F56C60;
}
.BgClassName
{
background-color: #F56C60;
}
</style>
border-color css
<style>
span { border-color: #F56C60; }
span { border-color: rgb(245,108,96); }
td.TdClassName
{
border-color: #F56C60;
}
.TagClassName
{
border-color: #F56C60;
}
</style>