Shades of Bittersweet #F06C5C
Tints of Bittersweet #F06C5C
RGB
CMYK
RGB Variations
Color information
#F06C5C (or 0xF06C5C) is known color: Bittersweet. HEX triplet: F0, 6C and 5C. RGB value is (240,108,92). Sum of RGB (Red+Green+Blue) = 240+108+92=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C5C is #0F93A3. Grayscale: #919191. Windows color (decimal): -1020836 or 6057200. OLE color: 6057200.
HSL color Cylindrical-coordinate representation of color #F06C5C: hue angle of 6.49º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F06C5C is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 92 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.06 |
| HSL | 6.49º | 0.83% | 0.65% | - |
| HSV(B) | 6.49º | 0.62% | 0.94% | - |
| XYZ | 43.23 | 30.02 | 13.64 | - |
| YUV | 145.64 | 97.73 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 92 | 0 | 0.55 | 0.62 | 0.06 | 6.49 | 0.83 | 0.65 |
| Hex | F0 | 6C | 5C | 0 | 37 | 3E | 6 | 6 | 53 | 41 |
| Octal | 360 | 154 | 134 | 0 | 67 | 76 | 6 | 6 | 123 | 101 |
| Binary | 11110000 | 1101100 | 1011100 | 0 | 110111 | 111110 | 110 | 110 | 1010011 | 1000001 |
Color Harmonies of #F06C5C
Complementary color
Monochromatic Colors of #F06C5C
Black with #F06C5C
Text Example
Text Example
White with #F06C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C5C; }
p { color: rgb(240,108,92); }
H1.HeaderClassName
{
color: #F06C5C;
}
.AnyTagClassName
{
color: #F06C5C;
}
</style>
background-color css
<style>
a { background-color: #F06C5C; }
a { background-color: rgb(240,108,92); }
div.DivClassName
{
background-color: #F06C5C;
}
.BgClassName
{
background-color: #F06C5C;
}
</style>
border-color css
<style>
span { border-color: #F06C5C; }
span { border-color: rgb(240,108,92); }
td.TdClassName
{
border-color: #F06C5C;
}
.TagClassName
{
border-color: #F06C5C;
}
</style>