Shades of Bittersweet #F07465
Tints of Bittersweet #F07465
RGB
CMYK
RGB Variations
Color information
#F07465 (or 0xF07465) is known color: Bittersweet. HEX triplet: F0, 74 and 65. RGB value is (240,116,101). Sum of RGB (Red+Green+Blue) = 240+116+101=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F07465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07465 is #0F8B9A. Grayscale: #979797. Windows color (decimal): -1018779 or 6649072. OLE color: 6649072.
HSL color Cylindrical-coordinate representation of color #F07465: hue angle of 6.47º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F07465 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 101 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.06 |
| HSL | 6.47º | 0.82% | 0.67% | - |
| HSV(B) | 6.47º | 0.58% | 0.94% | - |
| XYZ | 44.53 | 31.96 | 16.13 | - |
| YUV | 151.37 | 99.58 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 101 | 0 | 0.52 | 0.58 | 0.06 | 6.47 | 0.82 | 0.67 |
| Hex | F0 | 74 | 65 | 0 | 34 | 3A | 6 | 6 | 52 | 43 |
| Octal | 360 | 164 | 145 | 0 | 64 | 72 | 6 | 6 | 122 | 103 |
| Binary | 11110000 | 1110100 | 1100101 | 0 | 110100 | 111010 | 110 | 110 | 1010010 | 1000011 |
Color Harmonies of #F07465
Complementary color
Monochromatic Colors of #F07465
Black with #F07465
Text Example
Text Example
White with #F07465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07465; }
p { color: rgb(240,116,101); }
H1.HeaderClassName
{
color: #F07465;
}
.AnyTagClassName
{
color: #F07465;
}
</style>
background-color css
<style>
a { background-color: #F07465; }
a { background-color: rgb(240,116,101); }
div.DivClassName
{
background-color: #F07465;
}
.BgClassName
{
background-color: #F07465;
}
</style>
border-color css
<style>
span { border-color: #F07465; }
span { border-color: rgb(240,116,101); }
td.TdClassName
{
border-color: #F07465;
}
.TagClassName
{
border-color: #F07465;
}
</style>