Shades of Bittersweet #FF7168
Tints of Bittersweet #FF7168
RGB
CMYK
RGB Variations
Color information
#FF7168 (or 0xFF7168) is known color: Bittersweet. HEX triplet: FF, 71 and 68. RGB value is (255,113,104). Sum of RGB (Red+Green+Blue) = 255+113+104=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7168 is #008E97. Grayscale: #9A9A9A. Windows color (decimal): -36504 or 6844927. OLE color: 6844927.
HSL color Cylindrical-coordinate representation of color #FF7168: hue angle of 3.58º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF7168 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 104 | - |
| CMYK | 0 | 0.56 | 0.59 | 0 |
| HSL | 3.58º | 1% | 0.7% | - |
| HSV(B) | 3.58º | 0.59% | 1% | - |
| XYZ | 49.64 | 34.07 | 17.06 | - |
| YUV | 154.43 | 99.54 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 104 | 0 | 0.56 | 0.59 | 0 | 3.58 | 1 | 0.7 |
| Hex | FF | 71 | 68 | 0 | 38 | 3B | 0 | 4 | 64 | 46 |
| Octal | 377 | 161 | 150 | 0 | 70 | 73 | 0 | 4 | 144 | 106 |
| Binary | 11111111 | 1110001 | 1101000 | 0 | 111000 | 111011 | 0 | 100 | 1100100 | 1000110 |
Color Harmonies of #FF7168
Complementary color
Monochromatic Colors of #FF7168
Black with #FF7168
Text Example
Text Example
White with #FF7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7168; }
p { color: rgb(255,113,104); }
H1.HeaderClassName
{
color: #FF7168;
}
.AnyTagClassName
{
color: #FF7168;
}
</style>
background-color css
<style>
a { background-color: #FF7168; }
a { background-color: rgb(255,113,104); }
div.DivClassName
{
background-color: #FF7168;
}
.BgClassName
{
background-color: #FF7168;
}
</style>
border-color css
<style>
span { border-color: #FF7168; }
span { border-color: rgb(255,113,104); }
td.TdClassName
{
border-color: #FF7168;
}
.TagClassName
{
border-color: #FF7168;
}
</style>