Shades of Bittersweet #F66562
Tints of Bittersweet #F66562
RGB
CMYK
RGB Variations
Color information
#F66562 (or 0xF66562) is known color: Bittersweet. HEX triplet: F6, 65 and 62. RGB value is (246,101,98). Sum of RGB (Red+Green+Blue) = 246+101+98=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F66562 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66562 is #099A9D. Grayscale: #909090. Windows color (decimal): -629406 or 6448630. OLE color: 6448630.
HSL color Cylindrical-coordinate representation of color #F66562: hue angle of 1.22º 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 #F66562 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 101 | 98 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.04 |
| HSL | 1.22º | 0.89% | 0.67% | - |
| HSV(B) | 1.22º | 0.6% | 0.96% | - |
| XYZ | 44.86 | 29.78 | 14.94 | - |
| YUV | 144.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 101 | 98 | 0 | 0.59 | 0.60 | 0.04 | 1.22 | 0.89 | 0.67 |
| Hex | F6 | 65 | 62 | 0 | 3B | 3C | 4 | 1 | 59 | 43 |
| Octal | 366 | 145 | 142 | 0 | 73 | 74 | 4 | 1 | 131 | 103 |
| Binary | 11110110 | 1100101 | 1100010 | 0 | 111011 | 111100 | 100 | 1 | 1011001 | 1000011 |
Color Harmonies of #F66562
Complementary color
Monochromatic Colors of #F66562
Black with #F66562
Text Example
Text Example
White with #F66562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66562; }
p { color: rgb(246,101,98); }
H1.HeaderClassName
{
color: #F66562;
}
.AnyTagClassName
{
color: #F66562;
}
</style>
background-color css
<style>
a { background-color: #F66562; }
a { background-color: rgb(246,101,98); }
div.DivClassName
{
background-color: #F66562;
}
.BgClassName
{
background-color: #F66562;
}
</style>
border-color css
<style>
span { border-color: #F66562; }
span { border-color: rgb(246,101,98); }
td.TdClassName
{
border-color: #F66562;
}
.TagClassName
{
border-color: #F66562;
}
</style>