Shades of Bittersweet #F56B5C
Tints of Bittersweet #F56B5C
RGB
CMYK
RGB Variations
Color information
#F56B5C (or 0xF56B5C) is known color: Bittersweet. HEX triplet: F5, 6B and 5C. RGB value is (245,107,92). Sum of RGB (Red+Green+Blue) = 245+107+92=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F56B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56B5C is #0A94A3. Grayscale: #929292. Windows color (decimal): -693412 or 6056949. OLE color: 6056949.
HSL color Cylindrical-coordinate representation of color #F56B5C: hue angle of 5.88º 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 #F56B5C is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 107 | 92 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.04 |
| HSL | 5.88º | 0.88% | 0.66% | - |
| HSV(B) | 5.88º | 0.62% | 0.96% | - |
| XYZ | 44.85 | 30.7 | 13.69 | - |
| YUV | 146.55 | 97.22 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 107 | 92 | 0 | 0.56 | 0.62 | 0.04 | 5.88 | 0.88 | 0.66 |
| Hex | F5 | 6B | 5C | 0 | 38 | 3E | 4 | 6 | 58 | 42 |
| Octal | 365 | 153 | 134 | 0 | 70 | 76 | 4 | 6 | 130 | 102 |
| Binary | 11110101 | 1101011 | 1011100 | 0 | 111000 | 111110 | 100 | 110 | 1011000 | 1000010 |
Color Harmonies of #F56B5C
Complementary color
Monochromatic Colors of #F56B5C
Black with #F56B5C
Text Example
Text Example
White with #F56B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56B5C; }
p { color: rgb(245,107,92); }
H1.HeaderClassName
{
color: #F56B5C;
}
.AnyTagClassName
{
color: #F56B5C;
}
</style>
background-color css
<style>
a { background-color: #F56B5C; }
a { background-color: rgb(245,107,92); }
div.DivClassName
{
background-color: #F56B5C;
}
.BgClassName
{
background-color: #F56B5C;
}
</style>
border-color css
<style>
span { border-color: #F56B5C; }
span { border-color: rgb(245,107,92); }
td.TdClassName
{
border-color: #F56B5C;
}
.TagClassName
{
border-color: #F56B5C;
}
</style>