Shades of Bittersweet #F5685E
Tints of Bittersweet #F5685E
RGB
CMYK
RGB Variations
Color information
#F5685E (or 0xF5685E) is known color: Bittersweet. HEX triplet: F5, 68 and 5E. RGB value is (245,104,94). Sum of RGB (Red+Green+Blue) = 245+104+94=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F5685E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5685E is #0A97A1. Grayscale: #919191. Windows color (decimal): -694178 or 6187253. OLE color: 6187253.
HSL color Cylindrical-coordinate representation of color #F5685E: hue angle of 3.97º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5685E is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 94 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.04 |
| HSL | 3.97º | 0.88% | 0.66% | - |
| HSV(B) | 3.97º | 0.62% | 0.96% | - |
| XYZ | 44.63 | 30.12 | 14.05 | - |
| YUV | 145.02 | 99.21 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 94 | 0 | 0.58 | 0.62 | 0.04 | 3.97 | 0.88 | 0.66 |
| Hex | F5 | 68 | 5E | 0 | 3A | 3E | 4 | 4 | 58 | 42 |
| Octal | 365 | 150 | 136 | 0 | 72 | 76 | 4 | 4 | 130 | 102 |
| Binary | 11110101 | 1101000 | 1011110 | 0 | 111010 | 111110 | 100 | 100 | 1011000 | 1000010 |
Color Harmonies of #F5685E
Complementary color
Monochromatic Colors of #F5685E
Black with #F5685E
Text Example
Text Example
White with #F5685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5685E; }
p { color: rgb(245,104,94); }
H1.HeaderClassName
{
color: #F5685E;
}
.AnyTagClassName
{
color: #F5685E;
}
</style>
background-color css
<style>
a { background-color: #F5685E; }
a { background-color: rgb(245,104,94); }
div.DivClassName
{
background-color: #F5685E;
}
.BgClassName
{
background-color: #F5685E;
}
</style>
border-color css
<style>
span { border-color: #F5685E; }
span { border-color: rgb(245,104,94); }
td.TdClassName
{
border-color: #F5685E;
}
.TagClassName
{
border-color: #F5685E;
}
</style>