Shades of Bittersweet #F47864
Tints of Bittersweet #F47864
RGB
CMYK
RGB Variations
Color information
#F47864 (or 0xF47864) is known color: Bittersweet. HEX triplet: F4, 78 and 64. RGB value is (244,120,100). Sum of RGB (Red+Green+Blue) = 244+120+100=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F47864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47864 is #0B879B. Grayscale: #9B9B9B. Windows color (decimal): -755612 or 6584564. OLE color: 6584564.
HSL color Cylindrical-coordinate representation of color #F47864: hue angle of 8.33º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F47864 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 100 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.04 |
| HSL | 8.33º | 0.87% | 0.67% | - |
| HSV(B) | 8.33º | 0.59% | 0.96% | - |
| XYZ | 46.32 | 33.59 | 16.1 | - |
| YUV | 154.8 | 97.08 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 100 | 0 | 0.51 | 0.59 | 0.04 | 8.33 | 0.87 | 0.67 |
| Hex | F4 | 78 | 64 | 0 | 33 | 3B | 4 | 8 | 57 | 43 |
| Octal | 364 | 170 | 144 | 0 | 63 | 73 | 4 | 10 | 127 | 103 |
| Binary | 11110100 | 1111000 | 1100100 | 0 | 110011 | 111011 | 100 | 1000 | 1010111 | 1000011 |
Color Harmonies of #F47864
Complementary color
Monochromatic Colors of #F47864
Black with #F47864
Text Example
Text Example
White with #F47864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47864; }
p { color: rgb(244,120,100); }
H1.HeaderClassName
{
color: #F47864;
}
.AnyTagClassName
{
color: #F47864;
}
</style>
background-color css
<style>
a { background-color: #F47864; }
a { background-color: rgb(244,120,100); }
div.DivClassName
{
background-color: #F47864;
}
.BgClassName
{
background-color: #F47864;
}
</style>
border-color css
<style>
span { border-color: #F47864; }
span { border-color: rgb(244,120,100); }
td.TdClassName
{
border-color: #F47864;
}
.TagClassName
{
border-color: #F47864;
}
</style>