Shades of Bittersweet #FA736B
Tints of Bittersweet #FA736B
RGB
CMYK
RGB Variations
Color information
#FA736B (or 0xFA736B) is known color: Bittersweet. HEX triplet: FA, 73 and 6B. RGB value is (250,115,107). Sum of RGB (Red+Green+Blue) = 250+115+107=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA736B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA736B is #058C94. Grayscale: #9A9A9A. Windows color (decimal): -363669 or 7042042. OLE color: 7042042.
HSL color Cylindrical-coordinate representation of color #FA736B: hue angle of 3.36º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA736B is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 107 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.02 |
| HSL | 3.36º | 0.93% | 0.7% | - |
| HSV(B) | 3.36º | 0.57% | 0.98% | - |
| XYZ | 48.21 | 33.65 | 17.86 | - |
| YUV | 154.45 | 101.23 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 107 | 0 | 0.54 | 0.57 | 0.02 | 3.36 | 0.93 | 0.7 |
| Hex | FA | 73 | 6B | 0 | 36 | 39 | 2 | 3 | 5D | 46 |
| Octal | 372 | 163 | 153 | 0 | 66 | 71 | 2 | 3 | 135 | 106 |
| Binary | 11111010 | 1110011 | 1101011 | 0 | 110110 | 111001 | 10 | 11 | 1011101 | 1000110 |
Color Harmonies of #FA736B
Complementary color
Monochromatic Colors of #FA736B
Black with #FA736B
Text Example
Text Example
White with #FA736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA736B; }
p { color: rgb(250,115,107); }
H1.HeaderClassName
{
color: #FA736B;
}
.AnyTagClassName
{
color: #FA736B;
}
</style>
background-color css
<style>
a { background-color: #FA736B; }
a { background-color: rgb(250,115,107); }
div.DivClassName
{
background-color: #FA736B;
}
.BgClassName
{
background-color: #FA736B;
}
</style>
border-color css
<style>
span { border-color: #FA736B; }
span { border-color: rgb(250,115,107); }
td.TdClassName
{
border-color: #FA736B;
}
.TagClassName
{
border-color: #FA736B;
}
</style>