Shades of Bittersweet #F66864
Tints of Bittersweet #F66864
RGB
CMYK
RGB Variations
Color information
#F66864 (or 0xF66864) is known color: Bittersweet. HEX triplet: F6, 68 and 64. RGB value is (246,104,100). Sum of RGB (Red+Green+Blue) = 246+104+100=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F66864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66864 is #09979B. Grayscale: #929292. Windows color (decimal): -628636 or 6580470. OLE color: 6580470.
HSL color Cylindrical-coordinate representation of color #F66864: hue angle of 1.64º 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 #F66864 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 100 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.04 |
| HSL | 1.64º | 0.89% | 0.68% | - |
| HSV(B) | 1.64º | 0.59% | 0.96% | - |
| XYZ | 45.26 | 30.41 | 15.54 | - |
| YUV | 146 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 100 | 0 | 0.58 | 0.59 | 0.04 | 1.64 | 0.89 | 0.68 |
| Hex | F6 | 68 | 64 | 0 | 3A | 3B | 4 | 2 | 59 | 44 |
| Octal | 366 | 150 | 144 | 0 | 72 | 73 | 4 | 2 | 131 | 104 |
| Binary | 11110110 | 1101000 | 1100100 | 0 | 111010 | 111011 | 100 | 10 | 1011001 | 1000100 |
Color Harmonies of #F66864
Complementary color
Monochromatic Colors of #F66864
Black with #F66864
Text Example
Text Example
White with #F66864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66864; }
p { color: rgb(246,104,100); }
H1.HeaderClassName
{
color: #F66864;
}
.AnyTagClassName
{
color: #F66864;
}
</style>
background-color css
<style>
a { background-color: #F66864; }
a { background-color: rgb(246,104,100); }
div.DivClassName
{
background-color: #F66864;
}
.BgClassName
{
background-color: #F66864;
}
</style>
border-color css
<style>
span { border-color: #F66864; }
span { border-color: rgb(246,104,100); }
td.TdClassName
{
border-color: #F66864;
}
.TagClassName
{
border-color: #F66864;
}
</style>