Shades of Bittersweet #F07266
Tints of Bittersweet #F07266
RGB
CMYK
RGB Variations
Color information
#F07266 (or 0xF07266) is known color: Bittersweet. HEX triplet: F0, 72 and 66. RGB value is (240,114,102). Sum of RGB (Red+Green+Blue) = 240+114+102=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F07266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07266 is #0F8D99. Grayscale: #969696. Windows color (decimal): -1019290 or 6714096. OLE color: 6714096.
HSL color Cylindrical-coordinate representation of color #F07266: hue angle of 5.22º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F07266 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 102 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.06 |
| HSL | 5.22º | 0.82% | 0.67% | - |
| HSV(B) | 5.22º | 0.58% | 0.94% | - |
| XYZ | 44.35 | 31.52 | 16.32 | - |
| YUV | 150.31 | 100.74 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 102 | 0 | 0.52 | 0.58 | 0.06 | 5.22 | 0.82 | 0.67 |
| Hex | F0 | 72 | 66 | 0 | 34 | 3A | 6 | 5 | 52 | 43 |
| Octal | 360 | 162 | 146 | 0 | 64 | 72 | 6 | 5 | 122 | 103 |
| Binary | 11110000 | 1110010 | 1100110 | 0 | 110100 | 111010 | 110 | 101 | 1010010 | 1000011 |
Color Harmonies of #F07266
Complementary color
Monochromatic Colors of #F07266
Black with #F07266
Text Example
Text Example
White with #F07266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07266; }
p { color: rgb(240,114,102); }
H1.HeaderClassName
{
color: #F07266;
}
.AnyTagClassName
{
color: #F07266;
}
</style>
background-color css
<style>
a { background-color: #F07266; }
a { background-color: rgb(240,114,102); }
div.DivClassName
{
background-color: #F07266;
}
.BgClassName
{
background-color: #F07266;
}
</style>
border-color css
<style>
span { border-color: #F07266; }
span { border-color: rgb(240,114,102); }
td.TdClassName
{
border-color: #F07266;
}
.TagClassName
{
border-color: #F07266;
}
</style>