Shades of Bittersweet #F56358
Tints of Bittersweet #F56358
RGB
CMYK
RGB Variations
Color information
#F56358 (or 0xF56358) is known color: Bittersweet. HEX triplet: F5, 63 and 58. RGB value is (245,99,88). Sum of RGB (Red+Green+Blue) = 245+99+88=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F56358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56358 is #0A9CA7. Grayscale: #8D8D8D. Windows color (decimal): -695464 or 5792757. OLE color: 5792757.
HSL color Cylindrical-coordinate representation of color #F56358: hue angle of 4.2º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F56358 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 88 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.04 |
| HSL | 4.2º | 0.89% | 0.65% | - |
| HSV(B) | 4.2º | 0.64% | 0.96% | - |
| XYZ | 43.88 | 29.04 | 12.53 | - |
| YUV | 141.4 | 97.87 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 88 | 0 | 0.60 | 0.64 | 0.04 | 4.2 | 0.89 | 0.65 |
| Hex | F5 | 63 | 58 | 0 | 3C | 40 | 4 | 4 | 59 | 41 |
| Octal | 365 | 143 | 130 | 0 | 74 | 100 | 4 | 4 | 131 | 101 |
| Binary | 11110101 | 1100011 | 1011000 | 0 | 111100 | 1000000 | 100 | 100 | 1011001 | 1000001 |
Color Harmonies of #F56358
Complementary color
Monochromatic Colors of #F56358
Black with #F56358
Text Example
Text Example
White with #F56358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56358; }
p { color: rgb(245,99,88); }
H1.HeaderClassName
{
color: #F56358;
}
.AnyTagClassName
{
color: #F56358;
}
</style>
background-color css
<style>
a { background-color: #F56358; }
a { background-color: rgb(245,99,88); }
div.DivClassName
{
background-color: #F56358;
}
.BgClassName
{
background-color: #F56358;
}
</style>
border-color css
<style>
span { border-color: #F56358; }
span { border-color: rgb(245,99,88); }
td.TdClassName
{
border-color: #F56358;
}
.TagClassName
{
border-color: #F56358;
}
</style>