Shades of Bittersweet #F56C66
Tints of Bittersweet #F56C66
RGB
CMYK
RGB Variations
Color information
#F56C66 (or 0xF56C66) is known color: Bittersweet. HEX triplet: F5, 6C and 66. RGB value is (245,108,102). Sum of RGB (Red+Green+Blue) = 245+108+102=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56C66 is #0A9399. Grayscale: #949494. Windows color (decimal): -693146 or 6712565. OLE color: 6712565.
HSL color Cylindrical-coordinate representation of color #F56C66: hue angle of 2.52º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F56C66 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 108 | 102 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.04 |
| HSL | 2.52º | 0.88% | 0.68% | - |
| HSV(B) | 2.52º | 0.58% | 0.96% | - |
| XYZ | 45.42 | 31.1 | 16.18 | - |
| YUV | 148.28 | 101.89 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 102 | 0 | 0.56 | 0.58 | 0.04 | 2.52 | 0.88 | 0.68 |
| Hex | F5 | 6C | 66 | 0 | 38 | 3A | 4 | 3 | 58 | 44 |
| Octal | 365 | 154 | 146 | 0 | 70 | 72 | 4 | 3 | 130 | 104 |
| Binary | 11110101 | 1101100 | 1100110 | 0 | 111000 | 111010 | 100 | 11 | 1011000 | 1000100 |
Color Harmonies of #F56C66
Complementary color
Monochromatic Colors of #F56C66
Black with #F56C66
Text Example
Text Example
White with #F56C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56C66; }
p { color: rgb(245,108,102); }
H1.HeaderClassName
{
color: #F56C66;
}
.AnyTagClassName
{
color: #F56C66;
}
</style>
background-color css
<style>
a { background-color: #F56C66; }
a { background-color: rgb(245,108,102); }
div.DivClassName
{
background-color: #F56C66;
}
.BgClassName
{
background-color: #F56C66;
}
</style>
border-color css
<style>
span { border-color: #F56C66; }
span { border-color: rgb(245,108,102); }
td.TdClassName
{
border-color: #F56C66;
}
.TagClassName
{
border-color: #F56C66;
}
</style>