Shades of Bittersweet #F06858
Tints of Bittersweet #F06858
RGB
CMYK
RGB Variations
Color information
#F06858 (or 0xF06858) is known color: Bittersweet. HEX triplet: F0, 68 and 58. RGB value is (240,104,88). Sum of RGB (Red+Green+Blue) = 240+104+88=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F06858 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06858 is #0F97A7. Grayscale: #8F8F8F. Windows color (decimal): -1021864 or 5794032. OLE color: 5794032.
HSL color Cylindrical-coordinate representation of color #F06858: hue angle of 6.32º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F06858 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 88 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.06 |
| HSL | 6.32º | 0.84% | 0.64% | - |
| HSV(B) | 6.32º | 0.63% | 0.94% | - |
| XYZ | 42.65 | 29.13 | 12.61 | - |
| YUV | 142.84 | 97.06 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 88 | 0 | 0.57 | 0.63 | 0.06 | 6.32 | 0.84 | 0.64 |
| Hex | F0 | 68 | 58 | 0 | 39 | 3F | 6 | 6 | 54 | 40 |
| Octal | 360 | 150 | 130 | 0 | 71 | 77 | 6 | 6 | 124 | 100 |
| Binary | 11110000 | 1101000 | 1011000 | 0 | 111001 | 111111 | 110 | 110 | 1010100 | 1000000 |
Color Harmonies of #F06858
Complementary color
Monochromatic Colors of #F06858
Black with #F06858
Text Example
Text Example
White with #F06858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06858; }
p { color: rgb(240,104,88); }
H1.HeaderClassName
{
color: #F06858;
}
.AnyTagClassName
{
color: #F06858;
}
</style>
background-color css
<style>
a { background-color: #F06858; }
a { background-color: rgb(240,104,88); }
div.DivClassName
{
background-color: #F06858;
}
.BgClassName
{
background-color: #F06858;
}
</style>
border-color css
<style>
span { border-color: #F06858; }
span { border-color: rgb(240,104,88); }
td.TdClassName
{
border-color: #F06858;
}
.TagClassName
{
border-color: #F06858;
}
</style>