Shades of Bittersweet #F5736A
Tints of Bittersweet #F5736A
RGB
CMYK
RGB Variations
Color information
#F5736A (or 0xF5736A) is known color: Bittersweet. HEX triplet: F5, 73 and 6A. RGB value is (245,115,106). Sum of RGB (Red+Green+Blue) = 245+115+106=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5736A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5736A is #0A8C95. Grayscale: #999999. Windows color (decimal): -691350 or 6976501. OLE color: 6976501.
HSL color Cylindrical-coordinate representation of color #F5736A: hue angle of 3.88º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5736A is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 106 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.04 |
| HSL | 3.88º | 0.87% | 0.69% | - |
| HSV(B) | 3.88º | 0.57% | 0.96% | - |
| XYZ | 46.39 | 32.71 | 17.51 | - |
| YUV | 152.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 106 | 0 | 0.53 | 0.57 | 0.04 | 3.88 | 0.87 | 0.69 |
| Hex | F5 | 73 | 6A | 0 | 35 | 39 | 4 | 4 | 57 | 45 |
| Octal | 365 | 163 | 152 | 0 | 65 | 71 | 4 | 4 | 127 | 105 |
| Binary | 11110101 | 1110011 | 1101010 | 0 | 110101 | 111001 | 100 | 100 | 1010111 | 1000101 |
Color Harmonies of #F5736A
Complementary color
Monochromatic Colors of #F5736A
Black with #F5736A
Text Example
Text Example
White with #F5736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5736A; }
p { color: rgb(245,115,106); }
H1.HeaderClassName
{
color: #F5736A;
}
.AnyTagClassName
{
color: #F5736A;
}
</style>
background-color css
<style>
a { background-color: #F5736A; }
a { background-color: rgb(245,115,106); }
div.DivClassName
{
background-color: #F5736A;
}
.BgClassName
{
background-color: #F5736A;
}
</style>
border-color css
<style>
span { border-color: #F5736A; }
span { border-color: rgb(245,115,106); }
td.TdClassName
{
border-color: #F5736A;
}
.TagClassName
{
border-color: #F5736A;
}
</style>