Shades of Bittersweet #F06C66
Tints of Bittersweet #F06C66
RGB
CMYK
RGB Variations
Color information
#F06C66 (or 0xF06C66) is known color: Bittersweet. HEX triplet: F0, 6C and 66. RGB value is (240,108,102). Sum of RGB (Red+Green+Blue) = 240+108+102=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C66 is #0F9399. Grayscale: #929292. Windows color (decimal): -1020826 or 6712560. OLE color: 6712560.
HSL color Cylindrical-coordinate representation of color #F06C66: hue angle of 2.61º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06C66 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 102 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.06 |
| HSL | 2.61º | 0.82% | 0.67% | - |
| HSV(B) | 2.61º | 0.58% | 0.94% | - |
| XYZ | 43.7 | 30.21 | 16.1 | - |
| YUV | 146.78 | 102.73 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 102 | 0 | 0.55 | 0.58 | 0.06 | 2.61 | 0.82 | 0.67 |
| Hex | F0 | 6C | 66 | 0 | 37 | 3A | 6 | 3 | 52 | 43 |
| Octal | 360 | 154 | 146 | 0 | 67 | 72 | 6 | 3 | 122 | 103 |
| Binary | 11110000 | 1101100 | 1100110 | 0 | 110111 | 111010 | 110 | 11 | 1010010 | 1000011 |
Color Harmonies of #F06C66
Complementary color
Monochromatic Colors of #F06C66
Black with #F06C66
Text Example
Text Example
White with #F06C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C66; }
p { color: rgb(240,108,102); }
H1.HeaderClassName
{
color: #F06C66;
}
.AnyTagClassName
{
color: #F06C66;
}
</style>
background-color css
<style>
a { background-color: #F06C66; }
a { background-color: rgb(240,108,102); }
div.DivClassName
{
background-color: #F06C66;
}
.BgClassName
{
background-color: #F06C66;
}
</style>
border-color css
<style>
span { border-color: #F06C66; }
span { border-color: rgb(240,108,102); }
td.TdClassName
{
border-color: #F06C66;
}
.TagClassName
{
border-color: #F06C66;
}
</style>