Shades of Bittersweet #F5655B
Tints of Bittersweet #F5655B
RGB
CMYK
RGB Variations
Color information
#F5655B (or 0xF5655B) is known color: Bittersweet. HEX triplet: F5, 65 and 5B. RGB value is (245,101,91). Sum of RGB (Red+Green+Blue) = 245+101+91=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F5655B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5655B is #0A9AA4. Grayscale: #8F8F8F. Windows color (decimal): -694949 or 5989877. OLE color: 5989877.
HSL color Cylindrical-coordinate representation of color #F5655B: hue angle of 3.9º 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 #F5655B is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 91 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.04 |
| HSL | 3.9º | 0.89% | 0.66% | - |
| HSV(B) | 3.9º | 0.63% | 0.96% | - |
| XYZ | 44.2 | 29.48 | 13.26 | - |
| YUV | 142.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 91 | 0 | 0.59 | 0.63 | 0.04 | 3.9 | 0.89 | 0.66 |
| Hex | F5 | 65 | 5B | 0 | 3B | 3F | 4 | 4 | 59 | 42 |
| Octal | 365 | 145 | 133 | 0 | 73 | 77 | 4 | 4 | 131 | 102 |
| Binary | 11110101 | 1100101 | 1011011 | 0 | 111011 | 111111 | 100 | 100 | 1011001 | 1000010 |
Color Harmonies of #F5655B
Complementary color
Monochromatic Colors of #F5655B
Black with #F5655B
Text Example
Text Example
White with #F5655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5655B; }
p { color: rgb(245,101,91); }
H1.HeaderClassName
{
color: #F5655B;
}
.AnyTagClassName
{
color: #F5655B;
}
</style>
background-color css
<style>
a { background-color: #F5655B; }
a { background-color: rgb(245,101,91); }
div.DivClassName
{
background-color: #F5655B;
}
.BgClassName
{
background-color: #F5655B;
}
</style>
border-color css
<style>
span { border-color: #F5655B; }
span { border-color: rgb(245,101,91); }
td.TdClassName
{
border-color: #F5655B;
}
.TagClassName
{
border-color: #F5655B;
}
</style>