Shades of Bittersweet #FF7166
Tints of Bittersweet #FF7166
RGB
CMYK
RGB Variations
Color information
#FF7166 (or 0xFF7166) is known color: Bittersweet. HEX triplet: FF, 71 and 66. RGB value is (255,113,102). Sum of RGB (Red+Green+Blue) = 255+113+102=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7166 is #008E99. Grayscale: #9A9A9A. Windows color (decimal): -36506 or 6713855. OLE color: 6713855.
HSL color Cylindrical-coordinate representation of color #FF7166: hue angle of 4.31º 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 #FF7166 is Cyan = 0, Magento = 0.56, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 102 | - |
| CMYK | 0 | 0.56 | 0.6 | 0 |
| HSL | 4.31º | 1% | 0.7% | - |
| HSV(B) | 4.31º | 0.6% | 1% | - |
| XYZ | 49.54 | 34.03 | 16.53 | - |
| YUV | 154.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 102 | 0 | 0.56 | 0.6 | 0 | 4.31 | 1 | 0.7 |
| Hex | FF | 71 | 66 | 0 | 38 | 3C | 0 | 4 | 64 | 46 |
| Octal | 377 | 161 | 146 | 0 | 70 | 74 | 0 | 4 | 144 | 106 |
| Binary | 11111111 | 1110001 | 1100110 | 0 | 111000 | 111100 | 0 | 100 | 1100100 | 1000110 |
Color Harmonies of #FF7166
Complementary color
Monochromatic Colors of #FF7166
Black with #FF7166
Text Example
Text Example
White with #FF7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7166; }
p { color: rgb(255,113,102); }
H1.HeaderClassName
{
color: #FF7166;
}
.AnyTagClassName
{
color: #FF7166;
}
</style>
background-color css
<style>
a { background-color: #FF7166; }
a { background-color: rgb(255,113,102); }
div.DivClassName
{
background-color: #FF7166;
}
.BgClassName
{
background-color: #FF7166;
}
</style>
border-color css
<style>
span { border-color: #FF7166; }
span { border-color: rgb(255,113,102); }
td.TdClassName
{
border-color: #FF7166;
}
.TagClassName
{
border-color: #FF7166;
}
</style>