Shades of Bittersweet #F07466
Tints of Bittersweet #F07466
RGB
CMYK
RGB Variations
Color information
#F07466 (or 0xF07466) is known color: Bittersweet. HEX triplet: F0, 74 and 66. RGB value is (240,116,102). Sum of RGB (Red+Green+Blue) = 240+116+102=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F07466 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07466 is #0F8B99. Grayscale: #979797. Windows color (decimal): -1018778 or 6714608. OLE color: 6714608.
HSL color Cylindrical-coordinate representation of color #F07466: hue angle of 6.09º 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 #F07466 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 102 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.06 |
| HSL | 6.09º | 0.82% | 0.67% | - |
| HSV(B) | 6.09º | 0.58% | 0.94% | - |
| XYZ | 44.58 | 31.98 | 16.39 | - |
| YUV | 151.48 | 100.08 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 102 | 0 | 0.52 | 0.58 | 0.06 | 6.09 | 0.82 | 0.67 |
| Hex | F0 | 74 | 66 | 0 | 34 | 3A | 6 | 6 | 52 | 43 |
| Octal | 360 | 164 | 146 | 0 | 64 | 72 | 6 | 6 | 122 | 103 |
| Binary | 11110000 | 1110100 | 1100110 | 0 | 110100 | 111010 | 110 | 110 | 1010010 | 1000011 |
Color Harmonies of #F07466
Complementary color
Monochromatic Colors of #F07466
Black with #F07466
Text Example
Text Example
White with #F07466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07466; }
p { color: rgb(240,116,102); }
H1.HeaderClassName
{
color: #F07466;
}
.AnyTagClassName
{
color: #F07466;
}
</style>
background-color css
<style>
a { background-color: #F07466; }
a { background-color: rgb(240,116,102); }
div.DivClassName
{
background-color: #F07466;
}
.BgClassName
{
background-color: #F07466;
}
</style>
border-color css
<style>
span { border-color: #F07466; }
span { border-color: rgb(240,116,102); }
td.TdClassName
{
border-color: #F07466;
}
.TagClassName
{
border-color: #F07466;
}
</style>