Shades of Bittersweet #F5735C
Tints of Bittersweet #F5735C
RGB
CMYK
RGB Variations
Color information
#F5735C (or 0xF5735C) is known color: Bittersweet. HEX triplet: F5, 73 and 5C. RGB value is (245,115,92). Sum of RGB (Red+Green+Blue) = 245+115+92=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5735C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5735C is #0A8CA3. Grayscale: #979797. Windows color (decimal): -691364 or 6058997. OLE color: 6058997.
HSL color Cylindrical-coordinate representation of color #F5735C: hue angle of 9.02º 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 #F5735C is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 92 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.04 |
| HSL | 9.02º | 0.88% | 0.66% | - |
| HSV(B) | 9.02º | 0.62% | 0.96% | - |
| XYZ | 45.72 | 32.45 | 13.98 | - |
| YUV | 151.25 | 94.57 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 92 | 0 | 0.53 | 0.62 | 0.04 | 9.02 | 0.88 | 0.66 |
| Hex | F5 | 73 | 5C | 0 | 35 | 3E | 4 | 9 | 58 | 42 |
| Octal | 365 | 163 | 134 | 0 | 65 | 76 | 4 | 11 | 130 | 102 |
| Binary | 11110101 | 1110011 | 1011100 | 0 | 110101 | 111110 | 100 | 1001 | 1011000 | 1000010 |
Color Harmonies of #F5735C
Complementary color
Monochromatic Colors of #F5735C
Black with #F5735C
Text Example
Text Example
White with #F5735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5735C; }
p { color: rgb(245,115,92); }
H1.HeaderClassName
{
color: #F5735C;
}
.AnyTagClassName
{
color: #F5735C;
}
</style>
background-color css
<style>
a { background-color: #F5735C; }
a { background-color: rgb(245,115,92); }
div.DivClassName
{
background-color: #F5735C;
}
.BgClassName
{
background-color: #F5735C;
}
</style>
border-color css
<style>
span { border-color: #F5735C; }
span { border-color: rgb(245,115,92); }
td.TdClassName
{
border-color: #F5735C;
}
.TagClassName
{
border-color: #F5735C;
}
</style>