Shades of Bittersweet #F07069
Tints of Bittersweet #F07069
RGB
CMYK
RGB Variations
Color information
#F07069 (or 0xF07069) is known color: Bittersweet. HEX triplet: F0, 70 and 69. RGB value is (240,112,105). Sum of RGB (Red+Green+Blue) = 240+112+105=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F07069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07069 is #0F8F96. Grayscale: #959595. Windows color (decimal): -1019799 or 6910192. OLE color: 6910192.
HSL color Cylindrical-coordinate representation of color #F07069: hue angle of 3.11º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F07069 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 105 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.06 |
| HSL | 3.11º | 0.82% | 0.68% | - |
| HSV(B) | 3.11º | 0.56% | 0.94% | - |
| XYZ | 44.28 | 31.13 | 17.04 | - |
| YUV | 149.47 | 102.91 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 105 | 0 | 0.53 | 0.56 | 0.06 | 3.11 | 0.82 | 0.68 |
| Hex | F0 | 70 | 69 | 0 | 35 | 38 | 6 | 3 | 52 | 44 |
| Octal | 360 | 160 | 151 | 0 | 65 | 70 | 6 | 3 | 122 | 104 |
| Binary | 11110000 | 1110000 | 1101001 | 0 | 110101 | 111000 | 110 | 11 | 1010010 | 1000100 |
Color Harmonies of #F07069
Complementary color
Monochromatic Colors of #F07069
Black with #F07069
Text Example
Text Example
White with #F07069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07069; }
p { color: rgb(240,112,105); }
H1.HeaderClassName
{
color: #F07069;
}
.AnyTagClassName
{
color: #F07069;
}
</style>
background-color css
<style>
a { background-color: #F07069; }
a { background-color: rgb(240,112,105); }
div.DivClassName
{
background-color: #F07069;
}
.BgClassName
{
background-color: #F07069;
}
</style>
border-color css
<style>
span { border-color: #F07069; }
span { border-color: rgb(240,112,105); }
td.TdClassName
{
border-color: #F07069;
}
.TagClassName
{
border-color: #F07069;
}
</style>