Shades of Bittersweet #F57061
Tints of Bittersweet #F57061
RGB
CMYK
RGB Variations
Color information
#F57061 (or 0xF57061) is known color: Bittersweet. HEX triplet: F5, 70 and 61. RGB value is (245,112,97). Sum of RGB (Red+Green+Blue) = 245+112+97=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F57061 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57061 is #0A8F9E. Grayscale: #969696. Windows color (decimal): -692127 or 6385909. OLE color: 6385909.
HSL color Cylindrical-coordinate representation of color #F57061: hue angle of 6.08º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F57061 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 97 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.04 |
| HSL | 6.08º | 0.88% | 0.67% | - |
| HSV(B) | 6.08º | 0.6% | 0.96% | - |
| XYZ | 45.61 | 31.86 | 15.06 | - |
| YUV | 150.06 | 98.06 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 97 | 0 | 0.54 | 0.60 | 0.04 | 6.08 | 0.88 | 0.67 |
| Hex | F5 | 70 | 61 | 0 | 36 | 3C | 4 | 6 | 58 | 43 |
| Octal | 365 | 160 | 141 | 0 | 66 | 74 | 4 | 6 | 130 | 103 |
| Binary | 11110101 | 1110000 | 1100001 | 0 | 110110 | 111100 | 100 | 110 | 1011000 | 1000011 |
Color Harmonies of #F57061
Complementary color
Monochromatic Colors of #F57061
Black with #F57061
Text Example
Text Example
White with #F57061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57061; }
p { color: rgb(245,112,97); }
H1.HeaderClassName
{
color: #F57061;
}
.AnyTagClassName
{
color: #F57061;
}
</style>
background-color css
<style>
a { background-color: #F57061; }
a { background-color: rgb(245,112,97); }
div.DivClassName
{
background-color: #F57061;
}
.BgClassName
{
background-color: #F57061;
}
</style>
border-color css
<style>
span { border-color: #F57061; }
span { border-color: rgb(245,112,97); }
td.TdClassName
{
border-color: #F57061;
}
.TagClassName
{
border-color: #F57061;
}
</style>