Shades of Bittersweet #F66656
Tints of Bittersweet #F66656
RGB
CMYK
RGB Variations
Color information
#F66656 (or 0xF66656) is known color: Bittersweet. HEX triplet: F6, 66 and 56. RGB value is (246,102,86). Sum of RGB (Red+Green+Blue) = 246+102+86=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F66656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66656 is #0999A9. Grayscale: #8F8F8F. Windows color (decimal): -629162 or 5662454. OLE color: 5662454.
HSL color Cylindrical-coordinate representation of color #F66656: hue angle of 6º 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 #F66656 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 86 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.04 |
| HSL | 6º | 0.9% | 0.65% | - |
| HSV(B) | 6º | 0.65% | 0.96% | - |
| XYZ | 44.44 | 29.77 | 12.21 | - |
| YUV | 143.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 86 | 0 | 0.59 | 0.65 | 0.04 | 6 | 0.9 | 0.65 |
| Hex | F6 | 66 | 56 | 0 | 3B | 41 | 4 | 6 | 5A | 41 |
| Octal | 366 | 146 | 126 | 0 | 73 | 101 | 4 | 6 | 132 | 101 |
| Binary | 11110110 | 1100110 | 1010110 | 0 | 111011 | 1000001 | 100 | 110 | 1011010 | 1000001 |
Color Harmonies of #F66656
Complementary color
Monochromatic Colors of #F66656
Black with #F66656
Text Example
Text Example
White with #F66656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66656; }
p { color: rgb(246,102,86); }
H1.HeaderClassName
{
color: #F66656;
}
.AnyTagClassName
{
color: #F66656;
}
</style>
background-color css
<style>
a { background-color: #F66656; }
a { background-color: rgb(246,102,86); }
div.DivClassName
{
background-color: #F66656;
}
.BgClassName
{
background-color: #F66656;
}
</style>
border-color css
<style>
span { border-color: #F66656; }
span { border-color: rgb(246,102,86); }
td.TdClassName
{
border-color: #F66656;
}
.TagClassName
{
border-color: #F66656;
}
</style>