Shades of Bittersweet #F07066
Tints of Bittersweet #F07066
RGB
CMYK
RGB Variations
Color information
#F07066 (or 0xF07066) is known color: Bittersweet. HEX triplet: F0, 70 and 66. RGB value is (240,112,102). Sum of RGB (Red+Green+Blue) = 240+112+102=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F07066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07066 is #0F8F99. Grayscale: #959595. Windows color (decimal): -1019802 or 6713584. OLE color: 6713584.
HSL color Cylindrical-coordinate representation of color #F07066: hue angle of 4.35º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F07066 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 102 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.06 |
| HSL | 4.35º | 0.82% | 0.67% | - |
| HSV(B) | 4.35º | 0.58% | 0.94% | - |
| XYZ | 44.13 | 31.07 | 16.24 | - |
| YUV | 149.13 | 101.41 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 102 | 0 | 0.53 | 0.58 | 0.06 | 4.35 | 0.82 | 0.67 |
| Hex | F0 | 70 | 66 | 0 | 35 | 3A | 6 | 4 | 52 | 43 |
| Octal | 360 | 160 | 146 | 0 | 65 | 72 | 6 | 4 | 122 | 103 |
| Binary | 11110000 | 1110000 | 1100110 | 0 | 110101 | 111010 | 110 | 100 | 1010010 | 1000011 |
Color Harmonies of #F07066
Complementary color
Monochromatic Colors of #F07066
Black with #F07066
Text Example
Text Example
White with #F07066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07066; }
p { color: rgb(240,112,102); }
H1.HeaderClassName
{
color: #F07066;
}
.AnyTagClassName
{
color: #F07066;
}
</style>
background-color css
<style>
a { background-color: #F07066; }
a { background-color: rgb(240,112,102); }
div.DivClassName
{
background-color: #F07066;
}
.BgClassName
{
background-color: #F07066;
}
</style>
border-color css
<style>
span { border-color: #F07066; }
span { border-color: rgb(240,112,102); }
td.TdClassName
{
border-color: #F07066;
}
.TagClassName
{
border-color: #F07066;
}
</style>