Shades of Bittersweet #F47468
Tints of Bittersweet #F47468
RGB
CMYK
RGB Variations
Color information
#F47468 (or 0xF47468) is known color: Bittersweet. HEX triplet: F4, 74 and 68. RGB value is (244,116,104). Sum of RGB (Red+Green+Blue) = 244+116+104=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F47468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47468 is #0B8B97. Grayscale: #999999. Windows color (decimal): -756632 or 6845684. OLE color: 6845684.
HSL color Cylindrical-coordinate representation of color #F47468: hue angle of 5.14º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F47468 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 116 | 104 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.04 |
| HSL | 5.14º | 0.86% | 0.68% | - |
| HSV(B) | 5.14º | 0.57% | 0.96% | - |
| XYZ | 46.05 | 32.72 | 16.99 | - |
| YUV | 152.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 116 | 104 | 0 | 0.52 | 0.57 | 0.04 | 5.14 | 0.86 | 0.68 |
| Hex | F4 | 74 | 68 | 0 | 34 | 39 | 4 | 5 | 56 | 44 |
| Octal | 364 | 164 | 150 | 0 | 64 | 71 | 4 | 5 | 126 | 104 |
| Binary | 11110100 | 1110100 | 1101000 | 0 | 110100 | 111001 | 100 | 101 | 1010110 | 1000100 |
Color Harmonies of #F47468
Complementary color
Monochromatic Colors of #F47468
Black with #F47468
Text Example
Text Example
White with #F47468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47468; }
p { color: rgb(244,116,104); }
H1.HeaderClassName
{
color: #F47468;
}
.AnyTagClassName
{
color: #F47468;
}
</style>
background-color css
<style>
a { background-color: #F47468; }
a { background-color: rgb(244,116,104); }
div.DivClassName
{
background-color: #F47468;
}
.BgClassName
{
background-color: #F47468;
}
</style>
border-color css
<style>
span { border-color: #F47468; }
span { border-color: rgb(244,116,104); }
td.TdClassName
{
border-color: #F47468;
}
.TagClassName
{
border-color: #F47468;
}
</style>