Shades of Bittersweet #F56E5E
Tints of Bittersweet #F56E5E
RGB
CMYK
RGB Variations
Color information
#F56E5E (or 0xF56E5E) is known color: Bittersweet. HEX triplet: F5, 6E and 5E. RGB value is (245,110,94). Sum of RGB (Red+Green+Blue) = 245+110+94=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F56E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56E5E is #0A91A1. Grayscale: #949494. Windows color (decimal): -692642 or 6188789. OLE color: 6188789.
HSL color Cylindrical-coordinate representation of color #F56E5E: hue angle of 6.36º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F56E5E is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 110 | 94 | - |
CMYK | 0 | 0.55 | 0.62 | 0.04 |
HSL | 6.36º | 0.88% | 0.66% | - |
HSV(B) | 6.36º | 0.62% | 0.96% | - |
XYZ | 45.25 | 31.37 | 14.26 | - |
YUV | 148.54 | 97.23 | 196.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 110 | 94 | 0 | 0.55 | 0.62 | 0.04 | 6.36 | 0.88 | 0.66 |
Hex | F5 | 6E | 5E | 0 | 37 | 3E | 4 | 6 | 58 | 42 |
Octal | 365 | 156 | 136 | 0 | 67 | 76 | 4 | 6 | 130 | 102 |
Binary | 11110101 | 1101110 | 1011110 | 0 | 110111 | 111110 | 100 | 110 | 1011000 | 1000010 |
Color Harmonies of #F56E5E
Complementary color
Monochromatic Colors of #F56E5E
Black with #F56E5E
Text Example
Text Example
White with #F56E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56E5E; }
p { color: rgb(245,110,94); }
H1.HeaderClassName
{
color: #F56E5E;
}
.AnyTagClassName
{
color: #F56E5E;
}
</style>
background-color css
<style>
a { background-color: #F56E5E; }
a { background-color: rgb(245,110,94); }
div.DivClassName
{
background-color: #F56E5E;
}
.BgClassName
{
background-color: #F56E5E;
}
</style>
border-color css
<style>
span { border-color: #F56E5E; }
span { border-color: rgb(245,110,94); }
td.TdClassName
{
border-color: #F56E5E;
}
.TagClassName
{
border-color: #F56E5E;
}
</style>