Shades of Bittersweet #FF7155
Tints of Bittersweet #FF7155
RGB
CMYK
RGB Variations
Color information
#FF7155 (or 0xFF7155) is known color: Bittersweet. HEX triplet: FF, 71 and 55. RGB value is (255,113,85). Sum of RGB (Red+Green+Blue) = 255+113+85=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7155 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7155 is #008EAA. Grayscale: #989898. Windows color (decimal): -36523 or 5599743. OLE color: 5599743.
HSL color Cylindrical-coordinate representation of color #FF7155: hue angle of 9.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF7155 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 85 | - |
| CMYK | 0 | 0.56 | 0.67 | 0 |
| HSL | 9.88º | 1% | 0.67% | - |
| HSV(B) | 9.88º | 0.67% | 1% | - |
| XYZ | 48.78 | 33.73 | 12.53 | - |
| YUV | 152.27 | 90.04 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 85 | 0 | 0.56 | 0.67 | 0 | 9.88 | 1 | 0.67 |
| Hex | FF | 71 | 55 | 0 | 38 | 43 | 0 | A | 64 | 43 |
| Octal | 377 | 161 | 125 | 0 | 70 | 103 | 0 | 12 | 144 | 103 |
| Binary | 11111111 | 1110001 | 1010101 | 0 | 111000 | 1000011 | 0 | 1010 | 1100100 | 1000011 |
Color Harmonies of #FF7155
Complementary color
Monochromatic Colors of #FF7155
Black with #FF7155
Text Example
Text Example
White with #FF7155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7155; }
p { color: rgb(255,113,85); }
H1.HeaderClassName
{
color: #FF7155;
}
.AnyTagClassName
{
color: #FF7155;
}
</style>
background-color css
<style>
a { background-color: #FF7155; }
a { background-color: rgb(255,113,85); }
div.DivClassName
{
background-color: #FF7155;
}
.BgClassName
{
background-color: #FF7155;
}
</style>
border-color css
<style>
span { border-color: #FF7155; }
span { border-color: rgb(255,113,85); }
td.TdClassName
{
border-color: #FF7155;
}
.TagClassName
{
border-color: #FF7155;
}
</style>