Shades of Bittersweet #F5745F
Tints of Bittersweet #F5745F
RGB
CMYK
RGB Variations
Color information
#F5745F (or 0xF5745F) is known color: Bittersweet. HEX triplet: F5, 74 and 5F. RGB value is (245,116,95). Sum of RGB (Red+Green+Blue) = 245+116+95=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5745F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5745F is #0A8BA0. Grayscale: #989898. Windows color (decimal): -691105 or 6255861. OLE color: 6255861.
HSL color Cylindrical-coordinate representation of color #F5745F: hue angle of 8.4º 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 #F5745F is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 95 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.04 |
| HSL | 8.4º | 0.88% | 0.67% | - |
| HSV(B) | 8.4º | 0.61% | 0.96% | - |
| XYZ | 45.97 | 32.73 | 14.72 | - |
| YUV | 152.18 | 95.74 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 95 | 0 | 0.53 | 0.61 | 0.04 | 8.4 | 0.88 | 0.67 |
| Hex | F5 | 74 | 5F | 0 | 35 | 3D | 4 | 8 | 58 | 43 |
| Octal | 365 | 164 | 137 | 0 | 65 | 75 | 4 | 10 | 130 | 103 |
| Binary | 11110101 | 1110100 | 1011111 | 0 | 110101 | 111101 | 100 | 1000 | 1011000 | 1000011 |
Color Harmonies of #F5745F
Complementary color
Monochromatic Colors of #F5745F
Black with #F5745F
Text Example
Text Example
White with #F5745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5745F; }
p { color: rgb(245,116,95); }
H1.HeaderClassName
{
color: #F5745F;
}
.AnyTagClassName
{
color: #F5745F;
}
</style>
background-color css
<style>
a { background-color: #F5745F; }
a { background-color: rgb(245,116,95); }
div.DivClassName
{
background-color: #F5745F;
}
.BgClassName
{
background-color: #F5745F;
}
</style>
border-color css
<style>
span { border-color: #F5745F; }
span { border-color: rgb(245,116,95); }
td.TdClassName
{
border-color: #F5745F;
}
.TagClassName
{
border-color: #F5745F;
}
</style>