Shades of Bittersweet #FF7666
Tints of Bittersweet #FF7666
RGB
CMYK
RGB Variations
Color information
#FF7666 (or 0xFF7666) is known color: Bittersweet. HEX triplet: FF, 76 and 66. RGB value is (255,118,102). Sum of RGB (Red+Green+Blue) = 255+118+102=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7666 is #008999. Grayscale: #9D9D9D. Windows color (decimal): -35226 or 6715135. OLE color: 6715135.
HSL color Cylindrical-coordinate representation of color #FF7666: hue angle of 6.27º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF7666 is Cyan = 0, Magento = 0.54, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 102 | - |
| CMYK | 0 | 0.54 | 0.6 | 0 |
| HSL | 6.27º | 1% | 0.7% | - |
| HSV(B) | 6.27º | 0.6% | 1% | - |
| XYZ | 50.12 | 35.18 | 16.72 | - |
| YUV | 157.14 | 96.89 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 102 | 0 | 0.54 | 0.6 | 0 | 6.27 | 1 | 0.7 |
| Hex | FF | 76 | 66 | 0 | 36 | 3C | 0 | 6 | 64 | 46 |
| Octal | 377 | 166 | 146 | 0 | 66 | 74 | 0 | 6 | 144 | 106 |
| Binary | 11111111 | 1110110 | 1100110 | 0 | 110110 | 111100 | 0 | 110 | 1100100 | 1000110 |
Color Harmonies of #FF7666
Complementary color
Monochromatic Colors of #FF7666
Black with #FF7666
Text Example
Text Example
White with #FF7666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7666; }
p { color: rgb(255,118,102); }
H1.HeaderClassName
{
color: #FF7666;
}
.AnyTagClassName
{
color: #FF7666;
}
</style>
background-color css
<style>
a { background-color: #FF7666; }
a { background-color: rgb(255,118,102); }
div.DivClassName
{
background-color: #FF7666;
}
.BgClassName
{
background-color: #FF7666;
}
</style>
border-color css
<style>
span { border-color: #FF7666; }
span { border-color: rgb(255,118,102); }
td.TdClassName
{
border-color: #FF7666;
}
.TagClassName
{
border-color: #FF7666;
}
</style>