Shades of Bittersweet #FF7160
Tints of Bittersweet #FF7160
RGB
CMYK
RGB Variations
Color information
#FF7160 (or 0xFF7160) is known color: Bittersweet. HEX triplet: FF, 71 and 60. RGB value is (255,113,96). Sum of RGB (Red+Green+Blue) = 255+113+96=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7160 is #008E9F. Grayscale: #999999. Windows color (decimal): -36512 or 6320639. OLE color: 6320639.
HSL color Cylindrical-coordinate representation of color #FF7160: hue angle of 6.42º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF7160 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 96 | - |
| CMYK | 0 | 0.56 | 0.62 | 0 |
| HSL | 6.42º | 1% | 0.69% | - |
| HSV(B) | 6.42º | 0.62% | 1% | - |
| XYZ | 49.26 | 33.91 | 15.02 | - |
| YUV | 153.52 | 95.54 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 96 | 0 | 0.56 | 0.62 | 0 | 6.42 | 1 | 0.69 |
| Hex | FF | 71 | 60 | 0 | 38 | 3E | 0 | 6 | 64 | 45 |
| Octal | 377 | 161 | 140 | 0 | 70 | 76 | 0 | 6 | 144 | 105 |
| Binary | 11111111 | 1110001 | 1100000 | 0 | 111000 | 111110 | 0 | 110 | 1100100 | 1000101 |
Color Harmonies of #FF7160
Complementary color
Monochromatic Colors of #FF7160
Black with #FF7160
Text Example
Text Example
White with #FF7160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7160; }
p { color: rgb(255,113,96); }
H1.HeaderClassName
{
color: #FF7160;
}
.AnyTagClassName
{
color: #FF7160;
}
</style>
background-color css
<style>
a { background-color: #FF7160; }
a { background-color: rgb(255,113,96); }
div.DivClassName
{
background-color: #FF7160;
}
.BgClassName
{
background-color: #FF7160;
}
</style>
border-color css
<style>
span { border-color: #FF7160; }
span { border-color: rgb(255,113,96); }
td.TdClassName
{
border-color: #FF7160;
}
.TagClassName
{
border-color: #FF7160;
}
</style>