Shades of Bittersweet #FF736A
Tints of Bittersweet #FF736A
RGB
CMYK
RGB Variations
Color information
#FF736A (or 0xFF736A) is known color: Bittersweet. HEX triplet: FF, 73 and 6A. RGB value is (255,115,106). Sum of RGB (Red+Green+Blue) = 255+115+106=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF736A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF736A is #008C95. Grayscale: #9C9C9C. Windows color (decimal): -35990 or 6976511. OLE color: 6976511.
HSL color Cylindrical-coordinate representation of color #FF736A: hue angle of 3.62º 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 #FF736A is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 106 | - |
| CMYK | 0 | 0.55 | 0.58 | 0 |
| HSL | 3.62º | 1% | 0.71% | - |
| HSV(B) | 3.62º | 0.58% | 1% | - |
| XYZ | 49.97 | 34.56 | 17.67 | - |
| YUV | 155.83 | 99.88 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 106 | 0 | 0.55 | 0.58 | 0 | 3.62 | 1 | 0.71 |
| Hex | FF | 73 | 6A | 0 | 37 | 3A | 0 | 4 | 64 | 47 |
| Octal | 377 | 163 | 152 | 0 | 67 | 72 | 0 | 4 | 144 | 107 |
| Binary | 11111111 | 1110011 | 1101010 | 0 | 110111 | 111010 | 0 | 100 | 1100100 | 1000111 |
Color Harmonies of #FF736A
Complementary color
Monochromatic Colors of #FF736A
Black with #FF736A
Text Example
Text Example
White with #FF736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF736A; }
p { color: rgb(255,115,106); }
H1.HeaderClassName
{
color: #FF736A;
}
.AnyTagClassName
{
color: #FF736A;
}
</style>
background-color css
<style>
a { background-color: #FF736A; }
a { background-color: rgb(255,115,106); }
div.DivClassName
{
background-color: #FF736A;
}
.BgClassName
{
background-color: #FF736A;
}
</style>
border-color css
<style>
span { border-color: #FF736A; }
span { border-color: rgb(255,115,106); }
td.TdClassName
{
border-color: #FF736A;
}
.TagClassName
{
border-color: #FF736A;
}
</style>