Shades of Bittersweet #FF7966
Tints of Bittersweet #FF7966
RGB
CMYK
RGB Variations
Color information
#FF7966 (or 0xFF7966) is known color: Bittersweet. HEX triplet: FF, 79 and 66. RGB value is (255,121,102). Sum of RGB (Red+Green+Blue) = 255+121+102=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7966 is #008699. Grayscale: #9F9F9F. Windows color (decimal): -34458 or 6715903. OLE color: 6715903.
HSL color Cylindrical-coordinate representation of color #FF7966: hue angle of 7.45º 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 #FF7966 is Cyan = 0, Magento = 0.53, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 102 | - |
| CMYK | 0 | 0.53 | 0.6 | 0 |
| HSL | 7.45º | 1% | 0.7% | - |
| HSV(B) | 7.45º | 0.6% | 1% | - |
| XYZ | 50.48 | 35.89 | 16.84 | - |
| YUV | 158.9 | 95.89 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 102 | 0 | 0.53 | 0.6 | 0 | 7.45 | 1 | 0.7 |
| Hex | FF | 79 | 66 | 0 | 35 | 3C | 0 | 7 | 64 | 46 |
| Octal | 377 | 171 | 146 | 0 | 65 | 74 | 0 | 7 | 144 | 106 |
| Binary | 11111111 | 1111001 | 1100110 | 0 | 110101 | 111100 | 0 | 111 | 1100100 | 1000110 |
Color Harmonies of #FF7966
Complementary color
Monochromatic Colors of #FF7966
Black with #FF7966
Text Example
Text Example
White with #FF7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7966; }
p { color: rgb(255,121,102); }
H1.HeaderClassName
{
color: #FF7966;
}
.AnyTagClassName
{
color: #FF7966;
}
</style>
background-color css
<style>
a { background-color: #FF7966; }
a { background-color: rgb(255,121,102); }
div.DivClassName
{
background-color: #FF7966;
}
.BgClassName
{
background-color: #FF7966;
}
</style>
border-color css
<style>
span { border-color: #FF7966; }
span { border-color: rgb(255,121,102); }
td.TdClassName
{
border-color: #FF7966;
}
.TagClassName
{
border-color: #FF7966;
}
</style>