Shades of Bittersweet #F66260
Tints of Bittersweet #F66260
RGB
CMYK
RGB Variations
Color information
#F66260 (or 0xF66260) is known color: Bittersweet. HEX triplet: F6, 62 and 60. RGB value is (246,98,96). Sum of RGB (Red+Green+Blue) = 246+98+96=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F66260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66260 is #099D9F. Grayscale: #8E8E8E. Windows color (decimal): -630176 or 6316790. OLE color: 6316790.
HSL color Cylindrical-coordinate representation of color #F66260: hue angle of 0.8º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F66260 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 98 | 96 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.04 |
| HSL | 0.8º | 0.89% | 0.67% | - |
| HSV(B) | 0.8º | 0.61% | 0.96% | - |
| XYZ | 44.49 | 29.17 | 14.35 | - |
| YUV | 142.02 | 102.03 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 98 | 96 | 0 | 0.60 | 0.61 | 0.04 | 0.8 | 0.89 | 0.67 |
| Hex | F6 | 62 | 60 | 0 | 3C | 3D | 4 | 1 | 59 | 43 |
| Octal | 366 | 142 | 140 | 0 | 74 | 75 | 4 | 1 | 131 | 103 |
| Binary | 11110110 | 1100010 | 1100000 | 0 | 111100 | 111101 | 100 | 1 | 1011001 | 1000011 |
Color Harmonies of #F66260
Complementary color
Monochromatic Colors of #F66260
Black with #F66260
Text Example
Text Example
White with #F66260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66260; }
p { color: rgb(246,98,96); }
H1.HeaderClassName
{
color: #F66260;
}
.AnyTagClassName
{
color: #F66260;
}
</style>
background-color css
<style>
a { background-color: #F66260; }
a { background-color: rgb(246,98,96); }
div.DivClassName
{
background-color: #F66260;
}
.BgClassName
{
background-color: #F66260;
}
</style>
border-color css
<style>
span { border-color: #F66260; }
span { border-color: rgb(246,98,96); }
td.TdClassName
{
border-color: #F66260;
}
.TagClassName
{
border-color: #F66260;
}
</style>