Shades of Bittersweet #F07361
Tints of Bittersweet #F07361
RGB
CMYK
RGB Variations
Color information
#F07361 (or 0xF07361) is known color: Bittersweet. HEX triplet: F0, 73 and 61. RGB value is (240,115,97). Sum of RGB (Red+Green+Blue) = 240+115+97=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F07361 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07361 is #0F8C9E. Grayscale: #969696. Windows color (decimal): -1019039 or 6386672. OLE color: 6386672.
HSL color Cylindrical-coordinate representation of color #F07361: hue angle of 7.55º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F07361 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 97 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.06 |
| HSL | 7.55º | 0.83% | 0.66% | - |
| HSV(B) | 7.55º | 0.6% | 0.94% | - |
| XYZ | 44.22 | 31.65 | 15.09 | - |
| YUV | 150.32 | 97.91 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 97 | 0 | 0.52 | 0.60 | 0.06 | 7.55 | 0.83 | 0.66 |
| Hex | F0 | 73 | 61 | 0 | 34 | 3C | 6 | 8 | 53 | 42 |
| Octal | 360 | 163 | 141 | 0 | 64 | 74 | 6 | 10 | 123 | 102 |
| Binary | 11110000 | 1110011 | 1100001 | 0 | 110100 | 111100 | 110 | 1000 | 1010011 | 1000010 |
Color Harmonies of #F07361
Complementary color
Monochromatic Colors of #F07361
Black with #F07361
Text Example
Text Example
White with #F07361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07361; }
p { color: rgb(240,115,97); }
H1.HeaderClassName
{
color: #F07361;
}
.AnyTagClassName
{
color: #F07361;
}
</style>
background-color css
<style>
a { background-color: #F07361; }
a { background-color: rgb(240,115,97); }
div.DivClassName
{
background-color: #F07361;
}
.BgClassName
{
background-color: #F07361;
}
</style>
border-color css
<style>
span { border-color: #F07361; }
span { border-color: rgb(240,115,97); }
td.TdClassName
{
border-color: #F07361;
}
.TagClassName
{
border-color: #F07361;
}
</style>