Shades of Bittersweet #F56556
Tints of Bittersweet #F56556
RGB
CMYK
RGB Variations
Color information
#F56556 (or 0xF56556) is known color: Bittersweet. HEX triplet: F5, 65 and 56. RGB value is (245,101,86). Sum of RGB (Red+Green+Blue) = 245+101+86=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F56556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56556 is #0A9AA9. Grayscale: #8E8E8E. Windows color (decimal): -694954 or 5662197. OLE color: 5662197.
HSL color Cylindrical-coordinate representation of color #F56556: hue angle of 5.66º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F56556 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 86 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.04 |
| HSL | 5.66º | 0.89% | 0.65% | - |
| HSV(B) | 5.66º | 0.65% | 0.96% | - |
| XYZ | 43.99 | 29.39 | 12.16 | - |
| YUV | 142.35 | 96.21 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 86 | 0 | 0.59 | 0.65 | 0.04 | 5.66 | 0.89 | 0.65 |
| Hex | F5 | 65 | 56 | 0 | 3B | 41 | 4 | 6 | 59 | 41 |
| Octal | 365 | 145 | 126 | 0 | 73 | 101 | 4 | 6 | 131 | 101 |
| Binary | 11110101 | 1100101 | 1010110 | 0 | 111011 | 1000001 | 100 | 110 | 1011001 | 1000001 |
Color Harmonies of #F56556
Complementary color
Monochromatic Colors of #F56556
Black with #F56556
Text Example
Text Example
White with #F56556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56556; }
p { color: rgb(245,101,86); }
H1.HeaderClassName
{
color: #F56556;
}
.AnyTagClassName
{
color: #F56556;
}
</style>
background-color css
<style>
a { background-color: #F56556; }
a { background-color: rgb(245,101,86); }
div.DivClassName
{
background-color: #F56556;
}
.BgClassName
{
background-color: #F56556;
}
</style>
border-color css
<style>
span { border-color: #F56556; }
span { border-color: rgb(245,101,86); }
td.TdClassName
{
border-color: #F56556;
}
.TagClassName
{
border-color: #F56556;
}
</style>