Shades of Bittersweet #F07260
Tints of Bittersweet #F07260
RGB
CMYK
RGB Variations
Color information
#F07260 (or 0xF07260) is known color: Bittersweet. HEX triplet: F0, 72 and 60. RGB value is (240,114,96). Sum of RGB (Red+Green+Blue) = 240+114+96=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F07260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07260 is #0F8D9F. Grayscale: #959595. Windows color (decimal): -1019296 or 6320880. OLE color: 6320880.
HSL color Cylindrical-coordinate representation of color #F07260: hue angle of 7.5º 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 #F07260 is Cyan = 0, Magento = 0.52, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 96 | - |
| CMYK | 0 | 0.52 | 0.6 | 0.06 |
| HSL | 7.5º | 0.83% | 0.66% | - |
| HSV(B) | 7.5º | 0.6% | 0.94% | - |
| XYZ | 44.06 | 31.4 | 14.81 | - |
| YUV | 149.62 | 97.74 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 96 | 0 | 0.52 | 0.6 | 0.06 | 7.5 | 0.83 | 0.66 |
| Hex | F0 | 72 | 60 | 0 | 34 | 3C | 6 | 8 | 53 | 42 |
| Octal | 360 | 162 | 140 | 0 | 64 | 74 | 6 | 10 | 123 | 102 |
| Binary | 11110000 | 1110010 | 1100000 | 0 | 110100 | 111100 | 110 | 1000 | 1010011 | 1000010 |
Color Harmonies of #F07260
Complementary color
Monochromatic Colors of #F07260
Black with #F07260
Text Example
Text Example
White with #F07260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07260; }
p { color: rgb(240,114,96); }
H1.HeaderClassName
{
color: #F07260;
}
.AnyTagClassName
{
color: #F07260;
}
</style>
background-color css
<style>
a { background-color: #F07260; }
a { background-color: rgb(240,114,96); }
div.DivClassName
{
background-color: #F07260;
}
.BgClassName
{
background-color: #F07260;
}
</style>
border-color css
<style>
span { border-color: #F07260; }
span { border-color: rgb(240,114,96); }
td.TdClassName
{
border-color: #F07260;
}
.TagClassName
{
border-color: #F07260;
}
</style>