Shades of Bittersweet #F66C60
Tints of Bittersweet #F66C60
RGB
CMYK
RGB Variations
Color information
#F66C60 (or 0xF66C60) is known color: Bittersweet. HEX triplet: F6, 6C and 60. RGB value is (246,108,96). Sum of RGB (Red+Green+Blue) = 246+108+96=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66C60 is #09939F. Grayscale: #949494. Windows color (decimal): -627616 or 6319350. OLE color: 6319350.
HSL color Cylindrical-coordinate representation of color #F66C60: hue angle of 4.8º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F66C60 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 96 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.04 |
| HSL | 4.8º | 0.89% | 0.67% | - |
| HSV(B) | 4.8º | 0.61% | 0.96% | - |
| XYZ | 45.48 | 31.16 | 14.68 | - |
| YUV | 147.89 | 98.72 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 96 | 0 | 0.56 | 0.61 | 0.04 | 4.8 | 0.89 | 0.67 |
| Hex | F6 | 6C | 60 | 0 | 38 | 3D | 4 | 5 | 59 | 43 |
| Octal | 366 | 154 | 140 | 0 | 70 | 75 | 4 | 5 | 131 | 103 |
| Binary | 11110110 | 1101100 | 1100000 | 0 | 111000 | 111101 | 100 | 101 | 1011001 | 1000011 |
Color Harmonies of #F66C60
Complementary color
Monochromatic Colors of #F66C60
Black with #F66C60
Text Example
Text Example
White with #F66C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66C60; }
p { color: rgb(246,108,96); }
H1.HeaderClassName
{
color: #F66C60;
}
.AnyTagClassName
{
color: #F66C60;
}
</style>
background-color css
<style>
a { background-color: #F66C60; }
a { background-color: rgb(246,108,96); }
div.DivClassName
{
background-color: #F66C60;
}
.BgClassName
{
background-color: #F66C60;
}
</style>
border-color css
<style>
span { border-color: #F66C60; }
span { border-color: rgb(246,108,96); }
td.TdClassName
{
border-color: #F66C60;
}
.TagClassName
{
border-color: #F66C60;
}
</style>