Shades of Bittersweet #F76666
Tints of Bittersweet #F76666
RGB
CMYK
RGB Variations
Color information
#F76666 (or 0xF76666) is known color: Bittersweet. HEX triplet: F7, 66 and 66. RGB value is (247,102,102). Sum of RGB (Red+Green+Blue) = 247+102+102=451 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.77% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 247 - color contains mainly: red. Hex color #F76666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76666 is #089999. Grayscale: #919191. Windows color (decimal): -563610 or 6711031. OLE color: 6711031.
HSL color Cylindrical-coordinate representation of color #F76666: hue angle of 0º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F76666 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 102 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.03 |
| HSL | 0º | 0.9% | 0.68% | - |
| HSV(B) | 0º | 0.59% | 0.97% | - |
| XYZ | 45.51 | 30.24 | 16.01 | - |
| YUV | 145.36 | 103.54 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 102 | 0 | 0.59 | 0.59 | 0.03 | 0 | 0.9 | 0.68 |
| Hex | F7 | 66 | 66 | 0 | 3B | 3B | 3 | 0 | 5A | 44 |
| Octal | 367 | 146 | 146 | 0 | 73 | 73 | 3 | 0 | 132 | 104 |
| Binary | 11110111 | 1100110 | 1100110 | 0 | 111011 | 111011 | 11 | 0 | 1011010 | 1000100 |
Color Harmonies of #F76666
Complementary color
Monochromatic Colors of #F76666
Black with #F76666
Text Example
Text Example
White with #F76666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76666; }
p { color: rgb(247,102,102); }
H1.HeaderClassName
{
color: #F76666;
}
.AnyTagClassName
{
color: #F76666;
}
</style>
background-color css
<style>
a { background-color: #F76666; }
a { background-color: rgb(247,102,102); }
div.DivClassName
{
background-color: #F76666;
}
.BgClassName
{
background-color: #F76666;
}
</style>
border-color css
<style>
span { border-color: #F76666; }
span { border-color: rgb(247,102,102); }
td.TdClassName
{
border-color: #F76666;
}
.TagClassName
{
border-color: #F76666;
}
</style>