Shades of Bittersweet #F07168
Tints of Bittersweet #F07168
RGB
CMYK
RGB Variations
Color information
#F07168 (or 0xF07168) is known color: Bittersweet. HEX triplet: F0, 71 and 68. RGB value is (240,113,104). Sum of RGB (Red+Green+Blue) = 240+113+104=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F07168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07168 is #0F8E97. Grayscale: #969696. Windows color (decimal): -1019544 or 6844912. OLE color: 6844912.
HSL color Cylindrical-coordinate representation of color #F07168: hue angle of 3.97º 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 #F07168 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 104 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.06 |
| HSL | 3.97º | 0.82% | 0.67% | - |
| HSV(B) | 3.97º | 0.57% | 0.94% | - |
| XYZ | 44.34 | 31.34 | 16.81 | - |
| YUV | 149.95 | 102.08 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 104 | 0 | 0.53 | 0.57 | 0.06 | 3.97 | 0.82 | 0.67 |
| Hex | F0 | 71 | 68 | 0 | 35 | 39 | 6 | 4 | 52 | 43 |
| Octal | 360 | 161 | 150 | 0 | 65 | 71 | 6 | 4 | 122 | 103 |
| Binary | 11110000 | 1110001 | 1101000 | 0 | 110101 | 111001 | 110 | 100 | 1010010 | 1000011 |
Color Harmonies of #F07168
Complementary color
Monochromatic Colors of #F07168
Black with #F07168
Text Example
Text Example
White with #F07168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07168; }
p { color: rgb(240,113,104); }
H1.HeaderClassName
{
color: #F07168;
}
.AnyTagClassName
{
color: #F07168;
}
</style>
background-color css
<style>
a { background-color: #F07168; }
a { background-color: rgb(240,113,104); }
div.DivClassName
{
background-color: #F07168;
}
.BgClassName
{
background-color: #F07168;
}
</style>
border-color css
<style>
span { border-color: #F07168; }
span { border-color: rgb(240,113,104); }
td.TdClassName
{
border-color: #F07168;
}
.TagClassName
{
border-color: #F07168;
}
</style>