Shades of Bittersweet #F47066
Tints of Bittersweet #F47066
RGB
CMYK
RGB Variations
Color information
#F47066 (or 0xF47066) is known color: Bittersweet. HEX triplet: F4, 70 and 66. RGB value is (244,112,102). Sum of RGB (Red+Green+Blue) = 244+112+102=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F47066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47066 is #0B8F99. Grayscale: #969696. Windows color (decimal): -757658 or 6713588. OLE color: 6713588.
HSL color Cylindrical-coordinate representation of color #F47066: hue angle of 4.23º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F47066 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 102 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.04 |
| HSL | 4.23º | 0.87% | 0.68% | - |
| HSV(B) | 4.23º | 0.58% | 0.96% | - |
| XYZ | 45.5 | 31.78 | 16.31 | - |
| YUV | 150.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 102 | 0 | 0.54 | 0.58 | 0.04 | 4.23 | 0.87 | 0.68 |
| Hex | F4 | 70 | 66 | 0 | 36 | 3A | 4 | 4 | 57 | 44 |
| Octal | 364 | 160 | 146 | 0 | 66 | 72 | 4 | 4 | 127 | 104 |
| Binary | 11110100 | 1110000 | 1100110 | 0 | 110110 | 111010 | 100 | 100 | 1010111 | 1000100 |
Color Harmonies of #F47066
Complementary color
Monochromatic Colors of #F47066
Black with #F47066
Text Example
Text Example
White with #F47066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47066; }
p { color: rgb(244,112,102); }
H1.HeaderClassName
{
color: #F47066;
}
.AnyTagClassName
{
color: #F47066;
}
</style>
background-color css
<style>
a { background-color: #F47066; }
a { background-color: rgb(244,112,102); }
div.DivClassName
{
background-color: #F47066;
}
.BgClassName
{
background-color: #F47066;
}
</style>
border-color css
<style>
span { border-color: #F47066; }
span { border-color: rgb(244,112,102); }
td.TdClassName
{
border-color: #F47066;
}
.TagClassName
{
border-color: #F47066;
}
</style>