Shades of Bittersweet #FF7963
Tints of Bittersweet #FF7963
RGB
CMYK
RGB Variations
Color information
#FF7963 (or 0xFF7963) is known color: Bittersweet. HEX triplet: FF, 79 and 63. RGB value is (255,121,99). Sum of RGB (Red+Green+Blue) = 255+121+99=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7963 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7963 is #00869C. Grayscale: #9E9E9E. Windows color (decimal): -34461 or 6519295. OLE color: 6519295.
HSL color Cylindrical-coordinate representation of color #FF7963: hue angle of 8.46º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF7963 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 99 | - |
| CMYK | 0 | 0.53 | 0.61 | 0 |
| HSL | 8.46º | 1% | 0.69% | - |
| HSV(B) | 8.46º | 0.61% | 1% | - |
| XYZ | 50.33 | 35.84 | 16.07 | - |
| YUV | 158.56 | 94.39 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 99 | 0 | 0.53 | 0.61 | 0 | 8.46 | 1 | 0.69 |
| Hex | FF | 79 | 63 | 0 | 35 | 3D | 0 | 8 | 64 | 45 |
| Octal | 377 | 171 | 143 | 0 | 65 | 75 | 0 | 10 | 144 | 105 |
| Binary | 11111111 | 1111001 | 1100011 | 0 | 110101 | 111101 | 0 | 1000 | 1100100 | 1000101 |
Color Harmonies of #FF7963
Complementary color
Monochromatic Colors of #FF7963
Black with #FF7963
Text Example
Text Example
White with #FF7963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7963; }
p { color: rgb(255,121,99); }
H1.HeaderClassName
{
color: #FF7963;
}
.AnyTagClassName
{
color: #FF7963;
}
</style>
background-color css
<style>
a { background-color: #FF7963; }
a { background-color: rgb(255,121,99); }
div.DivClassName
{
background-color: #FF7963;
}
.BgClassName
{
background-color: #FF7963;
}
</style>
border-color css
<style>
span { border-color: #FF7963; }
span { border-color: rgb(255,121,99); }
td.TdClassName
{
border-color: #FF7963;
}
.TagClassName
{
border-color: #FF7963;
}
</style>