Shades of Bittersweet #F07461
Tints of Bittersweet #F07461
RGB
CMYK
RGB Variations
Color information
#F07461 (or 0xF07461) is known color: Bittersweet. HEX triplet: F0, 74 and 61. RGB value is (240,116,97). Sum of RGB (Red+Green+Blue) = 240+116+97=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F07461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07461 is #0F8B9E. Grayscale: #979797. Windows color (decimal): -1018783 or 6386928. OLE color: 6386928.
HSL color Cylindrical-coordinate representation of color #F07461: hue angle of 7.97º 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 #F07461 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 97 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.06 |
| HSL | 7.97º | 0.83% | 0.66% | - |
| HSV(B) | 7.97º | 0.6% | 0.94% | - |
| XYZ | 44.34 | 31.88 | 15.13 | - |
| YUV | 150.91 | 97.58 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 97 | 0 | 0.52 | 0.60 | 0.06 | 7.97 | 0.83 | 0.66 |
| Hex | F0 | 74 | 61 | 0 | 34 | 3C | 6 | 8 | 53 | 42 |
| Octal | 360 | 164 | 141 | 0 | 64 | 74 | 6 | 10 | 123 | 102 |
| Binary | 11110000 | 1110100 | 1100001 | 0 | 110100 | 111100 | 110 | 1000 | 1010011 | 1000010 |
Color Harmonies of #F07461
Complementary color
Monochromatic Colors of #F07461
Black with #F07461
Text Example
Text Example
White with #F07461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07461; }
p { color: rgb(240,116,97); }
H1.HeaderClassName
{
color: #F07461;
}
.AnyTagClassName
{
color: #F07461;
}
</style>
background-color css
<style>
a { background-color: #F07461; }
a { background-color: rgb(240,116,97); }
div.DivClassName
{
background-color: #F07461;
}
.BgClassName
{
background-color: #F07461;
}
</style>
border-color css
<style>
span { border-color: #F07461; }
span { border-color: rgb(240,116,97); }
td.TdClassName
{
border-color: #F07461;
}
.TagClassName
{
border-color: #F07461;
}
</style>