Shades of Bittersweet #FF7257
Tints of Bittersweet #FF7257
RGB
CMYK
RGB Variations
Color information
#FF7257 (or 0xFF7257) is known color: Bittersweet. HEX triplet: FF, 72 and 57. RGB value is (255,114,87). Sum of RGB (Red+Green+Blue) = 255+114+87=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7257 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7257 is #008DA8. Grayscale: #999999. Windows color (decimal): -36265 or 5731071. OLE color: 5731071.
HSL color Cylindrical-coordinate representation of color #FF7257: hue angle of 9.64º 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 #FF7257 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 87 | - |
| CMYK | 0 | 0.55 | 0.66 | 0 |
| HSL | 9.64º | 1% | 0.67% | - |
| HSV(B) | 9.64º | 0.66% | 1% | - |
| XYZ | 48.98 | 33.98 | 12.99 | - |
| YUV | 153.08 | 90.71 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 87 | 0 | 0.55 | 0.66 | 0 | 9.64 | 1 | 0.67 |
| Hex | FF | 72 | 57 | 0 | 37 | 42 | 0 | A | 64 | 43 |
| Octal | 377 | 162 | 127 | 0 | 67 | 102 | 0 | 12 | 144 | 103 |
| Binary | 11111111 | 1110010 | 1010111 | 0 | 110111 | 1000010 | 0 | 1010 | 1100100 | 1000011 |
Color Harmonies of #FF7257
Complementary color
Monochromatic Colors of #FF7257
Black with #FF7257
Text Example
Text Example
White with #FF7257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7257; }
p { color: rgb(255,114,87); }
H1.HeaderClassName
{
color: #FF7257;
}
.AnyTagClassName
{
color: #FF7257;
}
</style>
background-color css
<style>
a { background-color: #FF7257; }
a { background-color: rgb(255,114,87); }
div.DivClassName
{
background-color: #FF7257;
}
.BgClassName
{
background-color: #FF7257;
}
</style>
border-color css
<style>
span { border-color: #FF7257; }
span { border-color: rgb(255,114,87); }
td.TdClassName
{
border-color: #FF7257;
}
.TagClassName
{
border-color: #FF7257;
}
</style>