Shades of Bittersweet #F56866
Tints of Bittersweet #F56866
RGB
CMYK
RGB Variations
Color information
#F56866 (or 0xF56866) is known color: Bittersweet. HEX triplet: F5, 68 and 66. RGB value is (245,104,102). Sum of RGB (Red+Green+Blue) = 245+104+102=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F56866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56866 is #0A9799. Grayscale: #929292. Windows color (decimal): -694170 or 6711541. OLE color: 6711541.
HSL color Cylindrical-coordinate representation of color #F56866: hue angle of 0.84º 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 #F56866 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 102 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.04 |
| HSL | 0.84º | 0.88% | 0.68% | - |
| HSV(B) | 0.84º | 0.58% | 0.96% | - |
| XYZ | 45 | 30.27 | 16.04 | - |
| YUV | 145.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 102 | 0 | 0.58 | 0.58 | 0.04 | 0.84 | 0.88 | 0.68 |
| Hex | F5 | 68 | 66 | 0 | 3A | 3A | 4 | 1 | 58 | 44 |
| Octal | 365 | 150 | 146 | 0 | 72 | 72 | 4 | 1 | 130 | 104 |
| Binary | 11110101 | 1101000 | 1100110 | 0 | 111010 | 111010 | 100 | 1 | 1011000 | 1000100 |
Color Harmonies of #F56866
Complementary color
Monochromatic Colors of #F56866
Black with #F56866
Text Example
Text Example
White with #F56866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56866; }
p { color: rgb(245,104,102); }
H1.HeaderClassName
{
color: #F56866;
}
.AnyTagClassName
{
color: #F56866;
}
</style>
background-color css
<style>
a { background-color: #F56866; }
a { background-color: rgb(245,104,102); }
div.DivClassName
{
background-color: #F56866;
}
.BgClassName
{
background-color: #F56866;
}
</style>
border-color css
<style>
span { border-color: #F56866; }
span { border-color: rgb(245,104,102); }
td.TdClassName
{
border-color: #F56866;
}
.TagClassName
{
border-color: #F56866;
}
</style>