Shades of Bittersweet #F66C62
Tints of Bittersweet #F66C62
RGB
CMYK
RGB Variations
Color information
#F66C62 (or 0xF66C62) is known color: Bittersweet. HEX triplet: F6, 6C and 62. RGB value is (246,108,98). Sum of RGB (Red+Green+Blue) = 246+108+98=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66C62 is #09939D. Grayscale: #949494. Windows color (decimal): -627614 or 6450422. OLE color: 6450422.
HSL color Cylindrical-coordinate representation of color #F66C62: hue angle of 4.05º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F66C62 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 98 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.04 |
| HSL | 4.05º | 0.89% | 0.67% | - |
| HSV(B) | 4.05º | 0.6% | 0.96% | - |
| XYZ | 45.57 | 31.2 | 15.18 | - |
| YUV | 148.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 98 | 0 | 0.56 | 0.60 | 0.04 | 4.05 | 0.89 | 0.67 |
| Hex | F6 | 6C | 62 | 0 | 38 | 3C | 4 | 4 | 59 | 43 |
| Octal | 366 | 154 | 142 | 0 | 70 | 74 | 4 | 4 | 131 | 103 |
| Binary | 11110110 | 1101100 | 1100010 | 0 | 111000 | 111100 | 100 | 100 | 1011001 | 1000011 |
Color Harmonies of #F66C62
Complementary color
Monochromatic Colors of #F66C62
Black with #F66C62
Text Example
Text Example
White with #F66C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66C62; }
p { color: rgb(246,108,98); }
H1.HeaderClassName
{
color: #F66C62;
}
.AnyTagClassName
{
color: #F66C62;
}
</style>
background-color css
<style>
a { background-color: #F66C62; }
a { background-color: rgb(246,108,98); }
div.DivClassName
{
background-color: #F66C62;
}
.BgClassName
{
background-color: #F66C62;
}
</style>
border-color css
<style>
span { border-color: #F66C62; }
span { border-color: rgb(246,108,98); }
td.TdClassName
{
border-color: #F66C62;
}
.TagClassName
{
border-color: #F66C62;
}
</style>