Shades of Bittersweet #F47068
Tints of Bittersweet #F47068
RGB
CMYK
RGB Variations
Color information
#F47068 (or 0xF47068) is known color: Bittersweet. HEX triplet: F4, 70 and 68. RGB value is (244,112,104). Sum of RGB (Red+Green+Blue) = 244+112+104=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F47068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47068 is #0B8F97. Grayscale: #969696. Windows color (decimal): -757656 or 6844660. OLE color: 6844660.
HSL color Cylindrical-coordinate representation of color #F47068: hue angle of 3.43º 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 #F47068 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 104 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.04 |
| HSL | 3.43º | 0.86% | 0.68% | - |
| HSV(B) | 3.43º | 0.57% | 0.96% | - |
| XYZ | 45.6 | 31.82 | 16.84 | - |
| YUV | 150.56 | 101.73 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 104 | 0 | 0.54 | 0.57 | 0.04 | 3.43 | 0.86 | 0.68 |
| Hex | F4 | 70 | 68 | 0 | 36 | 39 | 4 | 3 | 56 | 44 |
| Octal | 364 | 160 | 150 | 0 | 66 | 71 | 4 | 3 | 126 | 104 |
| Binary | 11110100 | 1110000 | 1101000 | 0 | 110110 | 111001 | 100 | 11 | 1010110 | 1000100 |
Color Harmonies of #F47068
Complementary color
Monochromatic Colors of #F47068
Black with #F47068
Text Example
Text Example
White with #F47068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47068; }
p { color: rgb(244,112,104); }
H1.HeaderClassName
{
color: #F47068;
}
.AnyTagClassName
{
color: #F47068;
}
</style>
background-color css
<style>
a { background-color: #F47068; }
a { background-color: rgb(244,112,104); }
div.DivClassName
{
background-color: #F47068;
}
.BgClassName
{
background-color: #F47068;
}
</style>
border-color css
<style>
span { border-color: #F47068; }
span { border-color: rgb(244,112,104); }
td.TdClassName
{
border-color: #F47068;
}
.TagClassName
{
border-color: #F47068;
}
</style>