Shades of Bittersweet #F57260
Tints of Bittersweet #F57260
RGB
CMYK
RGB Variations
Color information
#F57260 (or 0xF57260) is known color: Bittersweet. HEX triplet: F5, 72 and 60. RGB value is (245,114,96). Sum of RGB (Red+Green+Blue) = 245+114+96=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F57260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57260 is #0A8D9F. Grayscale: #979797. Windows color (decimal): -691616 or 6320885. OLE color: 6320885.
HSL color Cylindrical-coordinate representation of color #F57260: hue angle of 7.25º 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 #F57260 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 96 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.04 |
| HSL | 7.25º | 0.88% | 0.67% | - |
| HSV(B) | 7.25º | 0.61% | 0.96% | - |
| XYZ | 45.78 | 32.29 | 14.89 | - |
| YUV | 151.12 | 96.9 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 96 | 0 | 0.53 | 0.61 | 0.04 | 7.25 | 0.88 | 0.67 |
| Hex | F5 | 72 | 60 | 0 | 35 | 3D | 4 | 7 | 58 | 43 |
| Octal | 365 | 162 | 140 | 0 | 65 | 75 | 4 | 7 | 130 | 103 |
| Binary | 11110101 | 1110010 | 1100000 | 0 | 110101 | 111101 | 100 | 111 | 1011000 | 1000011 |
Color Harmonies of #F57260
Complementary color
Monochromatic Colors of #F57260
Black with #F57260
Text Example
Text Example
White with #F57260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57260; }
p { color: rgb(245,114,96); }
H1.HeaderClassName
{
color: #F57260;
}
.AnyTagClassName
{
color: #F57260;
}
</style>
background-color css
<style>
a { background-color: #F57260; }
a { background-color: rgb(245,114,96); }
div.DivClassName
{
background-color: #F57260;
}
.BgClassName
{
background-color: #F57260;
}
</style>
border-color css
<style>
span { border-color: #F57260; }
span { border-color: rgb(245,114,96); }
td.TdClassName
{
border-color: #F57260;
}
.TagClassName
{
border-color: #F57260;
}
</style>