Shades of Bittersweet #F37A64
Tints of Bittersweet #F37A64
RGB
CMYK
RGB Variations
Color information
#F37A64 (or 0xF37A64) is known color: Bittersweet. HEX triplet: F3, 7A and 64. RGB value is (243,122,100). Sum of RGB (Red+Green+Blue) = 243+122+100=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F37A64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37A64 is #0C859B. Grayscale: #9B9B9B. Windows color (decimal): -820636 or 6585075. OLE color: 6585075.
HSL color Cylindrical-coordinate representation of color #F37A64: hue angle of 9.23º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F37A64 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 100 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.05 |
| HSL | 9.23º | 0.86% | 0.67% | - |
| HSV(B) | 9.23º | 0.59% | 0.95% | - |
| XYZ | 46.22 | 33.89 | 16.16 | - |
| YUV | 155.67 | 96.59 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 100 | 0 | 0.50 | 0.59 | 0.05 | 9.23 | 0.86 | 0.67 |
| Hex | F3 | 7A | 64 | 0 | 32 | 3B | 5 | 9 | 56 | 43 |
| Octal | 363 | 172 | 144 | 0 | 62 | 73 | 5 | 11 | 126 | 103 |
| Binary | 11110011 | 1111010 | 1100100 | 0 | 110010 | 111011 | 101 | 1001 | 1010110 | 1000011 |
Color Harmonies of #F37A64
Complementary color
Monochromatic Colors of #F37A64
Black with #F37A64
Text Example
Text Example
White with #F37A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37A64; }
p { color: rgb(243,122,100); }
H1.HeaderClassName
{
color: #F37A64;
}
.AnyTagClassName
{
color: #F37A64;
}
</style>
background-color css
<style>
a { background-color: #F37A64; }
a { background-color: rgb(243,122,100); }
div.DivClassName
{
background-color: #F37A64;
}
.BgClassName
{
background-color: #F37A64;
}
</style>
border-color css
<style>
span { border-color: #F37A64; }
span { border-color: rgb(243,122,100); }
td.TdClassName
{
border-color: #F37A64;
}
.TagClassName
{
border-color: #F37A64;
}
</style>