Shades of Bittersweet #F07666
Tints of Bittersweet #F07666
RGB
CMYK
RGB Variations
Color information
#F07666 (or 0xF07666) is known color: Bittersweet. HEX triplet: F0, 76 and 66. RGB value is (240,118,102). Sum of RGB (Red+Green+Blue) = 240+118+102=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F07666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07666 is #0F8999. Grayscale: #989898. Windows color (decimal): -1018266 or 6715120. OLE color: 6715120.
HSL color Cylindrical-coordinate representation of color #F07666: hue angle of 6.96º 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 #F07666 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 102 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.06 |
| HSL | 6.96º | 0.82% | 0.67% | - |
| HSV(B) | 6.96º | 0.58% | 0.94% | - |
| XYZ | 44.81 | 32.44 | 16.47 | - |
| YUV | 152.65 | 99.42 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 102 | 0 | 0.51 | 0.58 | 0.06 | 6.96 | 0.82 | 0.67 |
| Hex | F0 | 76 | 66 | 0 | 33 | 3A | 6 | 7 | 52 | 43 |
| Octal | 360 | 166 | 146 | 0 | 63 | 72 | 6 | 7 | 122 | 103 |
| Binary | 11110000 | 1110110 | 1100110 | 0 | 110011 | 111010 | 110 | 111 | 1010010 | 1000011 |
Color Harmonies of #F07666
Complementary color
Monochromatic Colors of #F07666
Black with #F07666
Text Example
Text Example
White with #F07666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07666; }
p { color: rgb(240,118,102); }
H1.HeaderClassName
{
color: #F07666;
}
.AnyTagClassName
{
color: #F07666;
}
</style>
background-color css
<style>
a { background-color: #F07666; }
a { background-color: rgb(240,118,102); }
div.DivClassName
{
background-color: #F07666;
}
.BgClassName
{
background-color: #F07666;
}
</style>
border-color css
<style>
span { border-color: #F07666; }
span { border-color: rgb(240,118,102); }
td.TdClassName
{
border-color: #F07666;
}
.TagClassName
{
border-color: #F07666;
}
</style>