Shades of Bittersweet #FF7964
Tints of Bittersweet #FF7964
RGB
CMYK
RGB Variations
Color information
#FF7964 (or 0xFF7964) is known color: Bittersweet. HEX triplet: FF, 79 and 64. RGB value is (255,121,100). Sum of RGB (Red+Green+Blue) = 255+121+100=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7964 is #00869B. Grayscale: #9E9E9E. Windows color (decimal): -34460 or 6584831. OLE color: 6584831.
HSL color Cylindrical-coordinate representation of color #FF7964: hue angle of 8.13º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF7964 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 100 | - |
| CMYK | 0 | 0.53 | 0.61 | 0 |
| HSL | 8.13º | 1% | 0.7% | - |
| HSV(B) | 8.13º | 0.61% | 1% | - |
| XYZ | 50.38 | 35.85 | 16.32 | - |
| YUV | 158.67 | 94.89 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 100 | 0 | 0.53 | 0.61 | 0 | 8.13 | 1 | 0.7 |
| Hex | FF | 79 | 64 | 0 | 35 | 3D | 0 | 8 | 64 | 46 |
| Octal | 377 | 171 | 144 | 0 | 65 | 75 | 0 | 10 | 144 | 106 |
| Binary | 11111111 | 1111001 | 1100100 | 0 | 110101 | 111101 | 0 | 1000 | 1100100 | 1000110 |
Color Harmonies of #FF7964
Complementary color
Monochromatic Colors of #FF7964
Black with #FF7964
Text Example
Text Example
White with #FF7964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7964; }
p { color: rgb(255,121,100); }
H1.HeaderClassName
{
color: #FF7964;
}
.AnyTagClassName
{
color: #FF7964;
}
</style>
background-color css
<style>
a { background-color: #FF7964; }
a { background-color: rgb(255,121,100); }
div.DivClassName
{
background-color: #FF7964;
}
.BgClassName
{
background-color: #FF7964;
}
</style>
border-color css
<style>
span { border-color: #FF7964; }
span { border-color: rgb(255,121,100); }
td.TdClassName
{
border-color: #FF7964;
}
.TagClassName
{
border-color: #FF7964;
}
</style>