Shades of Bittersweet #F66D6D
Tints of Bittersweet #F66D6D
RGB
CMYK
RGB Variations
Color information
#F66D6D (or 0xF66D6D) is known color: Bittersweet. HEX triplet: F6, 6D and 6D. RGB value is (246,109,109). Sum of RGB (Red+Green+Blue) = 246+109+109=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66D6D is #099292. Grayscale: #969696. Windows color (decimal): -627347 or 7171574. OLE color: 7171574.
HSL color Cylindrical-coordinate representation of color #F66D6D: hue angle of 0º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66D6D is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 109 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.04 |
| HSL | 0º | 0.88% | 0.7% | - |
| HSV(B) | 0º | 0.56% | 0.96% | - |
| XYZ | 46.24 | 31.63 | 18.14 | - |
| YUV | 149.96 | 104.89 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 109 | 0 | 0.56 | 0.56 | 0.04 | 0 | 0.88 | 0.7 |
| Hex | F6 | 6D | 6D | 0 | 38 | 38 | 4 | 0 | 58 | 46 |
| Octal | 366 | 155 | 155 | 0 | 70 | 70 | 4 | 0 | 130 | 106 |
| Binary | 11110110 | 1101101 | 1101101 | 0 | 111000 | 111000 | 100 | 0 | 1011000 | 1000110 |
Color Harmonies of #F66D6D
Complementary color
Monochromatic Colors of #F66D6D
Black with #F66D6D
Text Example
Text Example
White with #F66D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66D6D; }
p { color: rgb(246,109,109); }
H1.HeaderClassName
{
color: #F66D6D;
}
.AnyTagClassName
{
color: #F66D6D;
}
</style>
background-color css
<style>
a { background-color: #F66D6D; }
a { background-color: rgb(246,109,109); }
div.DivClassName
{
background-color: #F66D6D;
}
.BgClassName
{
background-color: #F66D6D;
}
</style>
border-color css
<style>
span { border-color: #F66D6D; }
span { border-color: rgb(246,109,109); }
td.TdClassName
{
border-color: #F66D6D;
}
.TagClassName
{
border-color: #F66D6D;
}
</style>