Shades of Bittersweet #F66E6A
Tints of Bittersweet #F66E6A
RGB
CMYK
RGB Variations
Color information
#F66E6A (or 0xF66E6A) is known color: Bittersweet. HEX triplet: F6, 6E and 6A. RGB value is (246,110,106). Sum of RGB (Red+Green+Blue) = 246+110+106=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F66E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66E6A is #099195. Grayscale: #969696. Windows color (decimal): -627094 or 6975222. OLE color: 6975222.
HSL color Cylindrical-coordinate representation of color #F66E6A: hue angle of 1.71º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F66E6A is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 110 | 106 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.04 |
| HSL | 1.71º | 0.89% | 0.69% | - |
| HSV(B) | 1.71º | 0.57% | 0.96% | - |
| XYZ | 46.18 | 31.79 | 17.34 | - |
| YUV | 150.21 | 103.06 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 110 | 106 | 0 | 0.55 | 0.57 | 0.04 | 1.71 | 0.89 | 0.69 |
| Hex | F6 | 6E | 6A | 0 | 37 | 39 | 4 | 2 | 59 | 45 |
| Octal | 366 | 156 | 152 | 0 | 67 | 71 | 4 | 2 | 131 | 105 |
| Binary | 11110110 | 1101110 | 1101010 | 0 | 110111 | 111001 | 100 | 10 | 1011001 | 1000101 |
Color Harmonies of #F66E6A
Complementary color
Monochromatic Colors of #F66E6A
Black with #F66E6A
Text Example
Text Example
White with #F66E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66E6A; }
p { color: rgb(246,110,106); }
H1.HeaderClassName
{
color: #F66E6A;
}
.AnyTagClassName
{
color: #F66E6A;
}
</style>
background-color css
<style>
a { background-color: #F66E6A; }
a { background-color: rgb(246,110,106); }
div.DivClassName
{
background-color: #F66E6A;
}
.BgClassName
{
background-color: #F66E6A;
}
</style>
border-color css
<style>
span { border-color: #F66E6A; }
span { border-color: rgb(246,110,106); }
td.TdClassName
{
border-color: #F66E6A;
}
.TagClassName
{
border-color: #F66E6A;
}
</style>