Shades of Bittersweet #FF745F
Tints of Bittersweet #FF745F
RGB
CMYK
RGB Variations
Color information
#FF745F (or 0xFF745F) is known color: Bittersweet. HEX triplet: FF, 74 and 5F. RGB value is (255,116,95). Sum of RGB (Red+Green+Blue) = 255+116+95=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF745F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF745F is #008BA0. Grayscale: #9B9B9B. Windows color (decimal): -35745 or 6255871. OLE color: 6255871.
HSL color Cylindrical-coordinate representation of color #FF745F: hue angle of 7.87º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF745F is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 95 | - |
| CMYK | 0 | 0.55 | 0.63 | 0 |
| HSL | 7.88º | 1% | 0.69% | - |
| HSV(B) | 7.88º | 0.63% | 1% | - |
| XYZ | 49.55 | 34.58 | 14.89 | - |
| YUV | 155.17 | 94.05 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 95 | 0 | 0.55 | 0.63 | 0 | 7.88 | 1 | 0.69 |
| Hex | FF | 74 | 5F | 0 | 37 | 3F | 0 | 8 | 64 | 45 |
| Octal | 377 | 164 | 137 | 0 | 67 | 77 | 0 | 10 | 144 | 105 |
| Binary | 11111111 | 1110100 | 1011111 | 0 | 110111 | 111111 | 0 | 1000 | 1100100 | 1000101 |
Color Harmonies of #FF745F
Complementary color
Monochromatic Colors of #FF745F
Black with #FF745F
Text Example
Text Example
White with #FF745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF745F; }
p { color: rgb(255,116,95); }
H1.HeaderClassName
{
color: #FF745F;
}
.AnyTagClassName
{
color: #FF745F;
}
</style>
background-color css
<style>
a { background-color: #FF745F; }
a { background-color: rgb(255,116,95); }
div.DivClassName
{
background-color: #FF745F;
}
.BgClassName
{
background-color: #FF745F;
}
</style>
border-color css
<style>
span { border-color: #FF745F; }
span { border-color: rgb(255,116,95); }
td.TdClassName
{
border-color: #FF745F;
}
.TagClassName
{
border-color: #FF745F;
}
</style>