Shades of Bittersweet #F56E5B
Tints of Bittersweet #F56E5B
RGB
CMYK
RGB Variations
Color information
#F56E5B (or 0xF56E5B) is known color: Bittersweet. HEX triplet: F5, 6E and 5B. RGB value is (245,110,91). Sum of RGB (Red+Green+Blue) = 245+110+91=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F56E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56E5B is #0A91A4. Grayscale: #949494. Windows color (decimal): -692645 or 5992181. OLE color: 5992181.
HSL color Cylindrical-coordinate representation of color #F56E5B: hue angle of 7.4º 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 #F56E5B is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 110 | 91 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.04 |
| HSL | 7.4º | 0.89% | 0.66% | - |
| HSV(B) | 7.4º | 0.63% | 0.96% | - |
| XYZ | 45.12 | 31.32 | 13.56 | - |
| YUV | 148.2 | 95.73 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 110 | 91 | 0 | 0.55 | 0.63 | 0.04 | 7.4 | 0.89 | 0.66 |
| Hex | F5 | 6E | 5B | 0 | 37 | 3F | 4 | 7 | 59 | 42 |
| Octal | 365 | 156 | 133 | 0 | 67 | 77 | 4 | 7 | 131 | 102 |
| Binary | 11110101 | 1101110 | 1011011 | 0 | 110111 | 111111 | 100 | 111 | 1011001 | 1000010 |
Color Harmonies of #F56E5B
Complementary color
Monochromatic Colors of #F56E5B
Black with #F56E5B
Text Example
Text Example
White with #F56E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56E5B; }
p { color: rgb(245,110,91); }
H1.HeaderClassName
{
color: #F56E5B;
}
.AnyTagClassName
{
color: #F56E5B;
}
</style>
background-color css
<style>
a { background-color: #F56E5B; }
a { background-color: rgb(245,110,91); }
div.DivClassName
{
background-color: #F56E5B;
}
.BgClassName
{
background-color: #F56E5B;
}
</style>
border-color css
<style>
span { border-color: #F56E5B; }
span { border-color: rgb(245,110,91); }
td.TdClassName
{
border-color: #F56E5B;
}
.TagClassName
{
border-color: #F56E5B;
}
</style>