Shades of Bittersweet #FF716C
Tints of Bittersweet #FF716C
RGB
CMYK
RGB Variations
Color information
#FF716C (or 0xFF716C) is known color: Bittersweet. HEX triplet: FF, 71 and 6C. RGB value is (255,113,108). Sum of RGB (Red+Green+Blue) = 255+113+108=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF716C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF716C is #008E93. Grayscale: #9B9B9B. Windows color (decimal): -36500 or 7107071. OLE color: 7107071.
HSL color Cylindrical-coordinate representation of color #FF716C: hue angle of 2.04º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF716C is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 108 | - |
| CMYK | 0 | 0.56 | 0.58 | 0 |
| HSL | 2.04º | 1% | 0.71% | - |
| HSV(B) | 2.04º | 0.58% | 1% | - |
| XYZ | 49.85 | 34.15 | 18.15 | - |
| YUV | 154.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 108 | 0 | 0.56 | 0.58 | 0 | 2.04 | 1 | 0.71 |
| Hex | FF | 71 | 6C | 0 | 38 | 3A | 0 | 2 | 64 | 47 |
| Octal | 377 | 161 | 154 | 0 | 70 | 72 | 0 | 2 | 144 | 107 |
| Binary | 11111111 | 1110001 | 1101100 | 0 | 111000 | 111010 | 0 | 10 | 1100100 | 1000111 |
Color Harmonies of #FF716C
Complementary color
Monochromatic Colors of #FF716C
Black with #FF716C
Text Example
Text Example
White with #FF716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF716C; }
p { color: rgb(255,113,108); }
H1.HeaderClassName
{
color: #FF716C;
}
.AnyTagClassName
{
color: #FF716C;
}
</style>
background-color css
<style>
a { background-color: #FF716C; }
a { background-color: rgb(255,113,108); }
div.DivClassName
{
background-color: #FF716C;
}
.BgClassName
{
background-color: #FF716C;
}
</style>
border-color css
<style>
span { border-color: #FF716C; }
span { border-color: rgb(255,113,108); }
td.TdClassName
{
border-color: #FF716C;
}
.TagClassName
{
border-color: #FF716C;
}
</style>