Shades of Bittersweet #FF736C
Tints of Bittersweet #FF736C
RGB
CMYK
RGB Variations
Color information
#FF736C (or 0xFF736C) is known color: Bittersweet. HEX triplet: FF, 73 and 6C. RGB value is (255,115,108). Sum of RGB (Red+Green+Blue) = 255+115+108=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF736C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF736C is #008C93. Grayscale: #9C9C9C. Windows color (decimal): -35988 or 7107583. OLE color: 7107583.
HSL color Cylindrical-coordinate representation of color #FF736C: hue angle of 2.86º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF736C is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 108 | - |
| CMYK | 0 | 0.55 | 0.58 | 0 |
| HSL | 2.86º | 1% | 0.71% | - |
| HSV(B) | 2.86º | 0.58% | 1% | - |
| XYZ | 50.08 | 34.6 | 18.23 | - |
| YUV | 156.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 108 | 0 | 0.55 | 0.58 | 0 | 2.86 | 1 | 0.71 |
| Hex | FF | 73 | 6C | 0 | 37 | 3A | 0 | 3 | 64 | 47 |
| Octal | 377 | 163 | 154 | 0 | 67 | 72 | 0 | 3 | 144 | 107 |
| Binary | 11111111 | 1110011 | 1101100 | 0 | 110111 | 111010 | 0 | 11 | 1100100 | 1000111 |
Color Harmonies of #FF736C
Complementary color
Monochromatic Colors of #FF736C
Black with #FF736C
Text Example
Text Example
White with #FF736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF736C; }
p { color: rgb(255,115,108); }
H1.HeaderClassName
{
color: #FF736C;
}
.AnyTagClassName
{
color: #FF736C;
}
</style>
background-color css
<style>
a { background-color: #FF736C; }
a { background-color: rgb(255,115,108); }
div.DivClassName
{
background-color: #FF736C;
}
.BgClassName
{
background-color: #FF736C;
}
</style>
border-color css
<style>
span { border-color: #FF736C; }
span { border-color: rgb(255,115,108); }
td.TdClassName
{
border-color: #FF736C;
}
.TagClassName
{
border-color: #FF736C;
}
</style>