Shades of Bittersweet #F07360
Tints of Bittersweet #F07360
RGB
CMYK
RGB Variations
Color information
#F07360 (or 0xF07360) is known color: Bittersweet. HEX triplet: F0, 73 and 60. RGB value is (240,115,96). Sum of RGB (Red+Green+Blue) = 240+115+96=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F07360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07360 is #0F8C9F. Grayscale: #969696. Windows color (decimal): -1019040 or 6321136. OLE color: 6321136.
HSL color Cylindrical-coordinate representation of color #F07360: hue angle of 7.92º 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 #F07360 is Cyan = 0, Magento = 0.52, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 96 | - |
| CMYK | 0 | 0.52 | 0.6 | 0.06 |
| HSL | 7.92º | 0.83% | 0.66% | - |
| HSV(B) | 7.92º | 0.6% | 0.94% | - |
| XYZ | 44.18 | 31.63 | 14.84 | - |
| YUV | 150.21 | 97.41 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 96 | 0 | 0.52 | 0.6 | 0.06 | 7.92 | 0.83 | 0.66 |
| Hex | F0 | 73 | 60 | 0 | 34 | 3C | 6 | 8 | 53 | 42 |
| Octal | 360 | 163 | 140 | 0 | 64 | 74 | 6 | 10 | 123 | 102 |
| Binary | 11110000 | 1110011 | 1100000 | 0 | 110100 | 111100 | 110 | 1000 | 1010011 | 1000010 |
Color Harmonies of #F07360
Complementary color
Monochromatic Colors of #F07360
Black with #F07360
Text Example
Text Example
White with #F07360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07360; }
p { color: rgb(240,115,96); }
H1.HeaderClassName
{
color: #F07360;
}
.AnyTagClassName
{
color: #F07360;
}
</style>
background-color css
<style>
a { background-color: #F07360; }
a { background-color: rgb(240,115,96); }
div.DivClassName
{
background-color: #F07360;
}
.BgClassName
{
background-color: #F07360;
}
</style>
border-color css
<style>
span { border-color: #F07360; }
span { border-color: rgb(240,115,96); }
td.TdClassName
{
border-color: #F07360;
}
.TagClassName
{
border-color: #F07360;
}
</style>