Shades of Bittersweet #F56C5B
Tints of Bittersweet #F56C5B
RGB
CMYK
RGB Variations
Color information
#F56C5B (or 0xF56C5B) is known color: Bittersweet. HEX triplet: F5, 6C and 5B. RGB value is (245,108,91). Sum of RGB (Red+Green+Blue) = 245+108+91=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56C5B is #0A93A4. Grayscale: #939393. Windows color (decimal): -693157 or 5991669. OLE color: 5991669.
HSL color Cylindrical-coordinate representation of color #F56C5B: hue angle of 6.62º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F56C5B is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 108 | 91 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.04 |
| HSL | 6.62º | 0.89% | 0.66% | - |
| HSV(B) | 6.62º | 0.63% | 0.96% | - |
| XYZ | 44.91 | 30.89 | 13.49 | - |
| YUV | 147.03 | 96.39 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 91 | 0 | 0.56 | 0.63 | 0.04 | 6.62 | 0.89 | 0.66 |
| Hex | F5 | 6C | 5B | 0 | 38 | 3F | 4 | 7 | 59 | 42 |
| Octal | 365 | 154 | 133 | 0 | 70 | 77 | 4 | 7 | 131 | 102 |
| Binary | 11110101 | 1101100 | 1011011 | 0 | 111000 | 111111 | 100 | 111 | 1011001 | 1000010 |
Color Harmonies of #F56C5B
Complementary color
Monochromatic Colors of #F56C5B
Black with #F56C5B
Text Example
Text Example
White with #F56C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56C5B; }
p { color: rgb(245,108,91); }
H1.HeaderClassName
{
color: #F56C5B;
}
.AnyTagClassName
{
color: #F56C5B;
}
</style>
background-color css
<style>
a { background-color: #F56C5B; }
a { background-color: rgb(245,108,91); }
div.DivClassName
{
background-color: #F56C5B;
}
.BgClassName
{
background-color: #F56C5B;
}
</style>
border-color css
<style>
span { border-color: #F56C5B; }
span { border-color: rgb(245,108,91); }
td.TdClassName
{
border-color: #F56C5B;
}
.TagClassName
{
border-color: #F56C5B;
}
</style>