Shades of Bittersweet #FF7057
Tints of Bittersweet #FF7057
RGB
CMYK
RGB Variations
Color information
#FF7057 (or 0xFF7057) is known color: Bittersweet. HEX triplet: FF, 70 and 57. RGB value is (255,112,87). Sum of RGB (Red+Green+Blue) = 255+112+87=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7057 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7057 is #008FA8. Grayscale: #989898. Windows color (decimal): -36777 or 5730559. OLE color: 5730559.
HSL color Cylindrical-coordinate representation of color #FF7057: hue angle of 8.93º 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 #FF7057 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 87 | - |
| CMYK | 0 | 0.56 | 0.66 | 0 |
| HSL | 8.93º | 1% | 0.67% | - |
| HSV(B) | 8.93º | 0.66% | 1% | - |
| XYZ | 48.75 | 33.54 | 12.92 | - |
| YUV | 151.91 | 91.38 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 87 | 0 | 0.56 | 0.66 | 0 | 8.93 | 1 | 0.67 |
| Hex | FF | 70 | 57 | 0 | 38 | 42 | 0 | 9 | 64 | 43 |
| Octal | 377 | 160 | 127 | 0 | 70 | 102 | 0 | 11 | 144 | 103 |
| Binary | 11111111 | 1110000 | 1010111 | 0 | 111000 | 1000010 | 0 | 1001 | 1100100 | 1000011 |
Color Harmonies of #FF7057
Complementary color
Monochromatic Colors of #FF7057
Black with #FF7057
Text Example
Text Example
White with #FF7057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7057; }
p { color: rgb(255,112,87); }
H1.HeaderClassName
{
color: #FF7057;
}
.AnyTagClassName
{
color: #FF7057;
}
</style>
background-color css
<style>
a { background-color: #FF7057; }
a { background-color: rgb(255,112,87); }
div.DivClassName
{
background-color: #FF7057;
}
.BgClassName
{
background-color: #FF7057;
}
</style>
border-color css
<style>
span { border-color: #FF7057; }
span { border-color: rgb(255,112,87); }
td.TdClassName
{
border-color: #FF7057;
}
.TagClassName
{
border-color: #FF7057;
}
</style>