Shades of Bittersweet #FF745D
Tints of Bittersweet #FF745D
RGB
CMYK
RGB Variations
Color information
#FF745D (or 0xFF745D) is known color: Bittersweet. HEX triplet: FF, 74 and 5D. RGB value is (255,116,93). Sum of RGB (Red+Green+Blue) = 255+116+93=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF745D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF745D is #008BA2. Grayscale: #9B9B9B. Windows color (decimal): -35747 or 6124799. OLE color: 6124799.
HSL color Cylindrical-coordinate representation of color #FF745D: hue angle of 8.52º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF745D is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 93 | - |
| CMYK | 0 | 0.55 | 0.64 | 0 |
| HSL | 8.52º | 1% | 0.68% | - |
| HSV(B) | 8.52º | 0.64% | 1% | - |
| XYZ | 49.46 | 34.54 | 14.42 | - |
| YUV | 154.94 | 93.05 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 93 | 0 | 0.55 | 0.64 | 0 | 8.52 | 1 | 0.68 |
| Hex | FF | 74 | 5D | 0 | 37 | 40 | 0 | 9 | 64 | 44 |
| Octal | 377 | 164 | 135 | 0 | 67 | 100 | 0 | 11 | 144 | 104 |
| Binary | 11111111 | 1110100 | 1011101 | 0 | 110111 | 1000000 | 0 | 1001 | 1100100 | 1000100 |
Color Harmonies of #FF745D
Complementary color
Monochromatic Colors of #FF745D
Black with #FF745D
Text Example
Text Example
White with #FF745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF745D; }
p { color: rgb(255,116,93); }
H1.HeaderClassName
{
color: #FF745D;
}
.AnyTagClassName
{
color: #FF745D;
}
</style>
background-color css
<style>
a { background-color: #FF745D; }
a { background-color: rgb(255,116,93); }
div.DivClassName
{
background-color: #FF745D;
}
.BgClassName
{
background-color: #FF745D;
}
</style>
border-color css
<style>
span { border-color: #FF745D; }
span { border-color: rgb(255,116,93); }
td.TdClassName
{
border-color: #FF745D;
}
.TagClassName
{
border-color: #FF745D;
}
</style>