Shades of Bittersweet #F07163
Tints of Bittersweet #F07163
RGB
CMYK
RGB Variations
Color information
#F07163 (or 0xF07163) is known color: Bittersweet. HEX triplet: F0, 71 and 63. RGB value is (240,113,99). Sum of RGB (Red+Green+Blue) = 240+113+99=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F07163 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07163 is #0F8E9C. Grayscale: #959595. Windows color (decimal): -1019549 or 6517232. OLE color: 6517232.
HSL color Cylindrical-coordinate representation of color #F07163: hue angle of 5.96º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F07163 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 99 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.06 |
| HSL | 5.96º | 0.82% | 0.66% | - |
| HSV(B) | 5.96º | 0.59% | 0.94% | - |
| XYZ | 44.09 | 31.24 | 15.51 | - |
| YUV | 149.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 99 | 0 | 0.53 | 0.59 | 0.06 | 5.96 | 0.82 | 0.66 |
| Hex | F0 | 71 | 63 | 0 | 35 | 3B | 6 | 6 | 52 | 42 |
| Octal | 360 | 161 | 143 | 0 | 65 | 73 | 6 | 6 | 122 | 102 |
| Binary | 11110000 | 1110001 | 1100011 | 0 | 110101 | 111011 | 110 | 110 | 1010010 | 1000010 |
Color Harmonies of #F07163
Complementary color
Monochromatic Colors of #F07163
Black with #F07163
Text Example
Text Example
White with #F07163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07163; }
p { color: rgb(240,113,99); }
H1.HeaderClassName
{
color: #F07163;
}
.AnyTagClassName
{
color: #F07163;
}
</style>
background-color css
<style>
a { background-color: #F07163; }
a { background-color: rgb(240,113,99); }
div.DivClassName
{
background-color: #F07163;
}
.BgClassName
{
background-color: #F07163;
}
</style>
border-color css
<style>
span { border-color: #F07163; }
span { border-color: rgb(240,113,99); }
td.TdClassName
{
border-color: #F07163;
}
.TagClassName
{
border-color: #F07163;
}
</style>