Shades of Bittersweet #FF736B
Tints of Bittersweet #FF736B
RGB
CMYK
RGB Variations
Color information
#FF736B (or 0xFF736B) is known color: Bittersweet. HEX triplet: FF, 73 and 6B. RGB value is (255,115,107). Sum of RGB (Red+Green+Blue) = 255+115+107=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF736B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF736B is #008C94. Grayscale: #9C9C9C. Windows color (decimal): -35989 or 7042047. OLE color: 7042047.
HSL color Cylindrical-coordinate representation of color #FF736B: hue angle of 3.24º 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 #FF736B is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 107 | - |
| CMYK | 0 | 0.55 | 0.58 | 0 |
| HSL | 3.24º | 1% | 0.71% | - |
| HSV(B) | 3.24º | 0.58% | 1% | - |
| XYZ | 50.02 | 34.58 | 17.95 | - |
| YUV | 155.95 | 100.38 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 107 | 0 | 0.55 | 0.58 | 0 | 3.24 | 1 | 0.71 |
| Hex | FF | 73 | 6B | 0 | 37 | 3A | 0 | 3 | 64 | 47 |
| Octal | 377 | 163 | 153 | 0 | 67 | 72 | 0 | 3 | 144 | 107 |
| Binary | 11111111 | 1110011 | 1101011 | 0 | 110111 | 111010 | 0 | 11 | 1100100 | 1000111 |
Color Harmonies of #FF736B
Complementary color
Monochromatic Colors of #FF736B
Black with #FF736B
Text Example
Text Example
White with #FF736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF736B; }
p { color: rgb(255,115,107); }
H1.HeaderClassName
{
color: #FF736B;
}
.AnyTagClassName
{
color: #FF736B;
}
</style>
background-color css
<style>
a { background-color: #FF736B; }
a { background-color: rgb(255,115,107); }
div.DivClassName
{
background-color: #FF736B;
}
.BgClassName
{
background-color: #FF736B;
}
</style>
border-color css
<style>
span { border-color: #FF736B; }
span { border-color: rgb(255,115,107); }
td.TdClassName
{
border-color: #FF736B;
}
.TagClassName
{
border-color: #FF736B;
}
</style>