Shades of Bittersweet #F56456
Tints of Bittersweet #F56456
RGB
CMYK
RGB Variations
Color information
#F56456 (or 0xF56456) is known color: Bittersweet. HEX triplet: F5, 64 and 56. RGB value is (245,100,86). Sum of RGB (Red+Green+Blue) = 245+100+86=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F56456 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56456 is #0A9BA9. Grayscale: #8D8D8D. Windows color (decimal): -695210 or 5661941. OLE color: 5661941.
HSL color Cylindrical-coordinate representation of color #F56456: hue angle of 5.28º 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 #F56456 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 86 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.04 |
| HSL | 5.28º | 0.89% | 0.65% | - |
| HSV(B) | 5.28º | 0.65% | 0.96% | - |
| XYZ | 43.89 | 29.2 | 12.13 | - |
| YUV | 141.76 | 96.54 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 86 | 0 | 0.59 | 0.65 | 0.04 | 5.28 | 0.89 | 0.65 |
| Hex | F5 | 64 | 56 | 0 | 3B | 41 | 4 | 5 | 59 | 41 |
| Octal | 365 | 144 | 126 | 0 | 73 | 101 | 4 | 5 | 131 | 101 |
| Binary | 11110101 | 1100100 | 1010110 | 0 | 111011 | 1000001 | 100 | 101 | 1011001 | 1000001 |
Color Harmonies of #F56456
Complementary color
Monochromatic Colors of #F56456
Black with #F56456
Text Example
Text Example
White with #F56456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56456; }
p { color: rgb(245,100,86); }
H1.HeaderClassName
{
color: #F56456;
}
.AnyTagClassName
{
color: #F56456;
}
</style>
background-color css
<style>
a { background-color: #F56456; }
a { background-color: rgb(245,100,86); }
div.DivClassName
{
background-color: #F56456;
}
.BgClassName
{
background-color: #F56456;
}
</style>
border-color css
<style>
span { border-color: #F56456; }
span { border-color: rgb(245,100,86); }
td.TdClassName
{
border-color: #F56456;
}
.TagClassName
{
border-color: #F56456;
}
</style>