Shades of Bittersweet #F5645B
Tints of Bittersweet #F5645B
RGB
CMYK
RGB Variations
Color information
#F5645B (or 0xF5645B) is known color: Bittersweet. HEX triplet: F5, 64 and 5B. RGB value is (245,100,91). Sum of RGB (Red+Green+Blue) = 245+100+91=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5645B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5645B is #0A9BA4. Grayscale: #8E8E8E. Windows color (decimal): -695205 or 5989621. OLE color: 5989621.
HSL color Cylindrical-coordinate representation of color #F5645B: hue angle of 3.51º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5645B is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 91 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.04 |
| HSL | 3.51º | 0.89% | 0.66% | - |
| HSV(B) | 3.51º | 0.63% | 0.96% | - |
| XYZ | 44.1 | 29.28 | 13.23 | - |
| YUV | 142.33 | 99.04 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 91 | 0 | 0.59 | 0.63 | 0.04 | 3.51 | 0.89 | 0.66 |
| Hex | F5 | 64 | 5B | 0 | 3B | 3F | 4 | 4 | 59 | 42 |
| Octal | 365 | 144 | 133 | 0 | 73 | 77 | 4 | 4 | 131 | 102 |
| Binary | 11110101 | 1100100 | 1011011 | 0 | 111011 | 111111 | 100 | 100 | 1011001 | 1000010 |
Color Harmonies of #F5645B
Complementary color
Monochromatic Colors of #F5645B
Black with #F5645B
Text Example
Text Example
White with #F5645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5645B; }
p { color: rgb(245,100,91); }
H1.HeaderClassName
{
color: #F5645B;
}
.AnyTagClassName
{
color: #F5645B;
}
</style>
background-color css
<style>
a { background-color: #F5645B; }
a { background-color: rgb(245,100,91); }
div.DivClassName
{
background-color: #F5645B;
}
.BgClassName
{
background-color: #F5645B;
}
</style>
border-color css
<style>
span { border-color: #F5645B; }
span { border-color: rgb(245,100,91); }
td.TdClassName
{
border-color: #F5645B;
}
.TagClassName
{
border-color: #F5645B;
}
</style>