Shades of Bittersweet #F67166
Tints of Bittersweet #F67166
RGB
CMYK
RGB Variations
Color information
#F67166 (or 0xF67166) is known color: Bittersweet. HEX triplet: F6, 71 and 66. RGB value is (246,113,102). Sum of RGB (Red+Green+Blue) = 246+113+102=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F67166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67166 is #098E99. Grayscale: #979797. Windows color (decimal): -626330 or 6713846. OLE color: 6713846.
HSL color Cylindrical-coordinate representation of color #F67166: hue angle of 4.58º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F67166 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 102 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.04 |
| HSL | 4.58º | 0.89% | 0.68% | - |
| HSV(B) | 4.58º | 0.59% | 0.96% | - |
| XYZ | 46.31 | 32.36 | 16.38 | - |
| YUV | 151.51 | 100.06 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 102 | 0 | 0.54 | 0.59 | 0.04 | 4.58 | 0.89 | 0.68 |
| Hex | F6 | 71 | 66 | 0 | 36 | 3B | 4 | 5 | 59 | 44 |
| Octal | 366 | 161 | 146 | 0 | 66 | 73 | 4 | 5 | 131 | 104 |
| Binary | 11110110 | 1110001 | 1100110 | 0 | 110110 | 111011 | 100 | 101 | 1011001 | 1000100 |
Color Harmonies of #F67166
Complementary color
Monochromatic Colors of #F67166
Black with #F67166
Text Example
Text Example
White with #F67166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67166; }
p { color: rgb(246,113,102); }
H1.HeaderClassName
{
color: #F67166;
}
.AnyTagClassName
{
color: #F67166;
}
</style>
background-color css
<style>
a { background-color: #F67166; }
a { background-color: rgb(246,113,102); }
div.DivClassName
{
background-color: #F67166;
}
.BgClassName
{
background-color: #F67166;
}
</style>
border-color css
<style>
span { border-color: #F67166; }
span { border-color: rgb(246,113,102); }
td.TdClassName
{
border-color: #F67166;
}
.TagClassName
{
border-color: #F67166;
}
</style>