Shades of Bittersweet #F5745D
Tints of Bittersweet #F5745D
RGB
CMYK
RGB Variations
Color information
#F5745D (or 0xF5745D) is known color: Bittersweet. HEX triplet: F5, 74 and 5D. RGB value is (245,116,93). Sum of RGB (Red+Green+Blue) = 245+116+93=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5745D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5745D is #0A8BA2. Grayscale: #989898. Windows color (decimal): -691107 or 6124789. OLE color: 6124789.
HSL color Cylindrical-coordinate representation of color #F5745D: hue angle of 9.08º 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 #F5745D is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 93 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.04 |
| HSL | 9.08º | 0.88% | 0.66% | - |
| HSV(B) | 9.08º | 0.62% | 0.96% | - |
| XYZ | 45.88 | 32.69 | 14.25 | - |
| YUV | 151.95 | 94.74 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 93 | 0 | 0.53 | 0.62 | 0.04 | 9.08 | 0.88 | 0.66 |
| Hex | F5 | 74 | 5D | 0 | 35 | 3E | 4 | 9 | 58 | 42 |
| Octal | 365 | 164 | 135 | 0 | 65 | 76 | 4 | 11 | 130 | 102 |
| Binary | 11110101 | 1110100 | 1011101 | 0 | 110101 | 111110 | 100 | 1001 | 1011000 | 1000010 |
Color Harmonies of #F5745D
Complementary color
Monochromatic Colors of #F5745D
Black with #F5745D
Text Example
Text Example
White with #F5745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5745D; }
p { color: rgb(245,116,93); }
H1.HeaderClassName
{
color: #F5745D;
}
.AnyTagClassName
{
color: #F5745D;
}
</style>
background-color css
<style>
a { background-color: #F5745D; }
a { background-color: rgb(245,116,93); }
div.DivClassName
{
background-color: #F5745D;
}
.BgClassName
{
background-color: #F5745D;
}
</style>
border-color css
<style>
span { border-color: #F5745D; }
span { border-color: rgb(245,116,93); }
td.TdClassName
{
border-color: #F5745D;
}
.TagClassName
{
border-color: #F5745D;
}
</style>