Shades of Bittersweet #FF7162
Tints of Bittersweet #FF7162
RGB
CMYK
RGB Variations
Color information
#FF7162 (or 0xFF7162) is known color: Bittersweet. HEX triplet: FF, 71 and 62. RGB value is (255,113,98). Sum of RGB (Red+Green+Blue) = 255+113+98=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7162 is #008E9D. Grayscale: #999999. Windows color (decimal): -36510 or 6451711. OLE color: 6451711.
HSL color Cylindrical-coordinate representation of color #FF7162: hue angle of 5.73º 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 #FF7162 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 98 | - |
| CMYK | 0 | 0.56 | 0.62 | 0 |
| HSL | 5.73º | 1% | 0.69% | - |
| HSV(B) | 5.73º | 0.62% | 1% | - |
| XYZ | 49.35 | 33.95 | 15.51 | - |
| YUV | 153.75 | 96.54 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 98 | 0 | 0.56 | 0.62 | 0 | 5.73 | 1 | 0.69 |
| Hex | FF | 71 | 62 | 0 | 38 | 3E | 0 | 6 | 64 | 45 |
| Octal | 377 | 161 | 142 | 0 | 70 | 76 | 0 | 6 | 144 | 105 |
| Binary | 11111111 | 1110001 | 1100010 | 0 | 111000 | 111110 | 0 | 110 | 1100100 | 1000101 |
Color Harmonies of #FF7162
Complementary color
Monochromatic Colors of #FF7162
Black with #FF7162
Text Example
Text Example
White with #FF7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7162; }
p { color: rgb(255,113,98); }
H1.HeaderClassName
{
color: #FF7162;
}
.AnyTagClassName
{
color: #FF7162;
}
</style>
background-color css
<style>
a { background-color: #FF7162; }
a { background-color: rgb(255,113,98); }
div.DivClassName
{
background-color: #FF7162;
}
.BgClassName
{
background-color: #FF7162;
}
</style>
border-color css
<style>
span { border-color: #FF7162; }
span { border-color: rgb(255,113,98); }
td.TdClassName
{
border-color: #FF7162;
}
.TagClassName
{
border-color: #FF7162;
}
</style>