Shades of Bittersweet #FF7157
Tints of Bittersweet #FF7157
RGB
CMYK
RGB Variations
Color information
#FF7157 (or 0xFF7157) is known color: Bittersweet. HEX triplet: FF, 71 and 57. RGB value is (255,113,87). Sum of RGB (Red+Green+Blue) = 255+113+87=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7157 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7157 is #008EA8. Grayscale: #989898. Windows color (decimal): -36521 or 5730815. OLE color: 5730815.
HSL color Cylindrical-coordinate representation of color #FF7157: hue angle of 9.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF7157 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 87 | - |
| CMYK | 0 | 0.56 | 0.66 | 0 |
| HSL | 9.29º | 1% | 0.67% | - |
| HSV(B) | 9.29º | 0.66% | 1% | - |
| XYZ | 48.87 | 33.76 | 12.96 | - |
| YUV | 152.49 | 91.04 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 87 | 0 | 0.56 | 0.66 | 0 | 9.29 | 1 | 0.67 |
| Hex | FF | 71 | 57 | 0 | 38 | 42 | 0 | 9 | 64 | 43 |
| Octal | 377 | 161 | 127 | 0 | 70 | 102 | 0 | 11 | 144 | 103 |
| Binary | 11111111 | 1110001 | 1010111 | 0 | 111000 | 1000010 | 0 | 1001 | 1100100 | 1000011 |
Color Harmonies of #FF7157
Complementary color
Monochromatic Colors of #FF7157
Black with #FF7157
Text Example
Text Example
White with #FF7157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7157; }
p { color: rgb(255,113,87); }
H1.HeaderClassName
{
color: #FF7157;
}
.AnyTagClassName
{
color: #FF7157;
}
</style>
background-color css
<style>
a { background-color: #FF7157; }
a { background-color: rgb(255,113,87); }
div.DivClassName
{
background-color: #FF7157;
}
.BgClassName
{
background-color: #FF7157;
}
</style>
border-color css
<style>
span { border-color: #FF7157; }
span { border-color: rgb(255,113,87); }
td.TdClassName
{
border-color: #FF7157;
}
.TagClassName
{
border-color: #FF7157;
}
</style>