Shades of Bittersweet #F66A5E
Tints of Bittersweet #F66A5E
RGB
CMYK
RGB Variations
Color information
#F66A5E (or 0xF66A5E) is known color: Bittersweet. HEX triplet: F6, 6A and 5E. RGB value is (246,106,94). Sum of RGB (Red+Green+Blue) = 246+106+94=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F66A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66A5E is #0995A1. Grayscale: #929292. Windows color (decimal): -628130 or 6187766. OLE color: 6187766.
HSL color Cylindrical-coordinate representation of color #F66A5E: hue angle of 4.74º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F66A5E is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 106 | 94 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.04 |
| HSL | 4.74º | 0.89% | 0.67% | - |
| HSV(B) | 4.74º | 0.62% | 0.96% | - |
| XYZ | 45.18 | 30.71 | 14.14 | - |
| YUV | 146.49 | 98.38 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 106 | 94 | 0 | 0.57 | 0.62 | 0.04 | 4.74 | 0.89 | 0.67 |
| Hex | F6 | 6A | 5E | 0 | 39 | 3E | 4 | 5 | 59 | 43 |
| Octal | 366 | 152 | 136 | 0 | 71 | 76 | 4 | 5 | 131 | 103 |
| Binary | 11110110 | 1101010 | 1011110 | 0 | 111001 | 111110 | 100 | 101 | 1011001 | 1000011 |
Color Harmonies of #F66A5E
Complementary color
Monochromatic Colors of #F66A5E
Black with #F66A5E
Text Example
Text Example
White with #F66A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66A5E; }
p { color: rgb(246,106,94); }
H1.HeaderClassName
{
color: #F66A5E;
}
.AnyTagClassName
{
color: #F66A5E;
}
</style>
background-color css
<style>
a { background-color: #F66A5E; }
a { background-color: rgb(246,106,94); }
div.DivClassName
{
background-color: #F66A5E;
}
.BgClassName
{
background-color: #F66A5E;
}
</style>
border-color css
<style>
span { border-color: #F66A5E; }
span { border-color: rgb(246,106,94); }
td.TdClassName
{
border-color: #F66A5E;
}
.TagClassName
{
border-color: #F66A5E;
}
</style>