Shades of Bittersweet #F66C56
Tints of Bittersweet #F66C56
RGB
CMYK
RGB Variations
Color information
#F66C56 (or 0xF66C56) is known color: Bittersweet. HEX triplet: F6, 6C and 56. RGB value is (246,108,86). Sum of RGB (Red+Green+Blue) = 246+108+86=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66C56 is #0993A9. Grayscale: #929292. Windows color (decimal): -627626 or 5663990. OLE color: 5663990.
HSL color Cylindrical-coordinate representation of color #F66C56: hue angle of 8.25º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F66C56 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 86 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.04 |
| HSL | 8.25º | 0.9% | 0.65% | - |
| HSV(B) | 8.25º | 0.65% | 0.96% | - |
| XYZ | 45.05 | 30.99 | 12.41 | - |
| YUV | 146.75 | 93.72 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 86 | 0 | 0.56 | 0.65 | 0.04 | 8.25 | 0.9 | 0.65 |
| Hex | F6 | 6C | 56 | 0 | 38 | 41 | 4 | 8 | 5A | 41 |
| Octal | 366 | 154 | 126 | 0 | 70 | 101 | 4 | 10 | 132 | 101 |
| Binary | 11110110 | 1101100 | 1010110 | 0 | 111000 | 1000001 | 100 | 1000 | 1011010 | 1000001 |
Color Harmonies of #F66C56
Complementary color
Monochromatic Colors of #F66C56
Black with #F66C56
Text Example
Text Example
White with #F66C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66C56; }
p { color: rgb(246,108,86); }
H1.HeaderClassName
{
color: #F66C56;
}
.AnyTagClassName
{
color: #F66C56;
}
</style>
background-color css
<style>
a { background-color: #F66C56; }
a { background-color: rgb(246,108,86); }
div.DivClassName
{
background-color: #F66C56;
}
.BgClassName
{
background-color: #F66C56;
}
</style>
border-color css
<style>
span { border-color: #F66C56; }
span { border-color: rgb(246,108,86); }
td.TdClassName
{
border-color: #F66C56;
}
.TagClassName
{
border-color: #F66C56;
}
</style>