Shades of Bittersweet #F56060
Tints of Bittersweet #F56060
RGB
CMYK
RGB Variations
Color information
#F56060 (or 0xF56060) is known color: Bittersweet. HEX triplet: F5, 60 and 60. RGB value is (245,96,96). Sum of RGB (Red+Green+Blue) = 245+96+96=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F56060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56060 is #0A9F9F. Grayscale: #8C8C8C. Windows color (decimal): -696224 or 6316277. OLE color: 6316277.
HSL color Cylindrical-coordinate representation of color #F56060: hue angle of 0º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F56060 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 96 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.04 |
| HSL | 0º | 0.88% | 0.67% | - |
| HSV(B) | 0º | 0.61% | 0.96% | - |
| XYZ | 43.95 | 28.62 | 14.27 | - |
| YUV | 140.55 | 102.86 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 96 | 0 | 0.61 | 0.61 | 0.04 | 0 | 0.88 | 0.67 |
| Hex | F5 | 60 | 60 | 0 | 3D | 3D | 4 | 0 | 58 | 43 |
| Octal | 365 | 140 | 140 | 0 | 75 | 75 | 4 | 0 | 130 | 103 |
| Binary | 11110101 | 1100000 | 1100000 | 0 | 111101 | 111101 | 100 | 0 | 1011000 | 1000011 |
Color Harmonies of #F56060
Complementary color
Monochromatic Colors of #F56060
Black with #F56060
Text Example
Text Example
White with #F56060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56060; }
p { color: rgb(245,96,96); }
H1.HeaderClassName
{
color: #F56060;
}
.AnyTagClassName
{
color: #F56060;
}
</style>
background-color css
<style>
a { background-color: #F56060; }
a { background-color: rgb(245,96,96); }
div.DivClassName
{
background-color: #F56060;
}
.BgClassName
{
background-color: #F56060;
}
</style>
border-color css
<style>
span { border-color: #F56060; }
span { border-color: rgb(245,96,96); }
td.TdClassName
{
border-color: #F56060;
}
.TagClassName
{
border-color: #F56060;
}
</style>