Shades of Bittersweet #F07566
Tints of Bittersweet #F07566
RGB
CMYK
RGB Variations
Color information
#F07566 (or 0xF07566) is known color: Bittersweet. HEX triplet: F0, 75 and 66. RGB value is (240,117,102). Sum of RGB (Red+Green+Blue) = 240+117+102=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F07566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07566 is #0F8A99. Grayscale: #989898. Windows color (decimal): -1018522 or 6714864. OLE color: 6714864.
HSL color Cylindrical-coordinate representation of color #F07566: hue angle of 6.52º 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 #F07566 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 102 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.06 |
| HSL | 6.52º | 0.82% | 0.67% | - |
| HSV(B) | 6.52º | 0.58% | 0.94% | - |
| XYZ | 44.69 | 32.21 | 16.43 | - |
| YUV | 152.07 | 99.75 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 102 | 0 | 0.51 | 0.58 | 0.06 | 6.52 | 0.82 | 0.67 |
| Hex | F0 | 75 | 66 | 0 | 33 | 3A | 6 | 7 | 52 | 43 |
| Octal | 360 | 165 | 146 | 0 | 63 | 72 | 6 | 7 | 122 | 103 |
| Binary | 11110000 | 1110101 | 1100110 | 0 | 110011 | 111010 | 110 | 111 | 1010010 | 1000011 |
Color Harmonies of #F07566
Complementary color
Monochromatic Colors of #F07566
Black with #F07566
Text Example
Text Example
White with #F07566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07566; }
p { color: rgb(240,117,102); }
H1.HeaderClassName
{
color: #F07566;
}
.AnyTagClassName
{
color: #F07566;
}
</style>
background-color css
<style>
a { background-color: #F07566; }
a { background-color: rgb(240,117,102); }
div.DivClassName
{
background-color: #F07566;
}
.BgClassName
{
background-color: #F07566;
}
</style>
border-color css
<style>
span { border-color: #F07566; }
span { border-color: rgb(240,117,102); }
td.TdClassName
{
border-color: #F07566;
}
.TagClassName
{
border-color: #F07566;
}
</style>