Shades of Bittersweet #F56F66
Tints of Bittersweet #F56F66
RGB
CMYK
RGB Variations
Color information
#F56F66 (or 0xF56F66) is known color: Bittersweet. HEX triplet: F5, 6F and 66. RGB value is (245,111,102). Sum of RGB (Red+Green+Blue) = 245+111+102=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56F66 is #0A9099. Grayscale: #969696. Windows color (decimal): -692378 or 6713333. OLE color: 6713333.
HSL color Cylindrical-coordinate representation of color #F56F66: hue angle of 3.78º 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 #F56F66 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 102 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.04 |
| HSL | 3.78º | 0.88% | 0.68% | - |
| HSV(B) | 3.78º | 0.58% | 0.96% | - |
| XYZ | 45.74 | 31.74 | 16.29 | - |
| YUV | 150.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 102 | 0 | 0.55 | 0.58 | 0.04 | 3.78 | 0.88 | 0.68 |
| Hex | F5 | 6F | 66 | 0 | 37 | 3A | 4 | 4 | 58 | 44 |
| Octal | 365 | 157 | 146 | 0 | 67 | 72 | 4 | 4 | 130 | 104 |
| Binary | 11110101 | 1101111 | 1100110 | 0 | 110111 | 111010 | 100 | 100 | 1011000 | 1000100 |
Color Harmonies of #F56F66
Complementary color
Monochromatic Colors of #F56F66
Black with #F56F66
Text Example
Text Example
White with #F56F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56F66; }
p { color: rgb(245,111,102); }
H1.HeaderClassName
{
color: #F56F66;
}
.AnyTagClassName
{
color: #F56F66;
}
</style>
background-color css
<style>
a { background-color: #F56F66; }
a { background-color: rgb(245,111,102); }
div.DivClassName
{
background-color: #F56F66;
}
.BgClassName
{
background-color: #F56F66;
}
</style>
border-color css
<style>
span { border-color: #F56F66; }
span { border-color: rgb(245,111,102); }
td.TdClassName
{
border-color: #F56F66;
}
.TagClassName
{
border-color: #F56F66;
}
</style>