Shades of Bittersweet #F67A60
Tints of Bittersweet #F67A60
RGB
CMYK
RGB Variations
Color information
#F67A60 (or 0xF67A60) is known color: Bittersweet. HEX triplet: F6, 7A and 60. RGB value is (246,122,96). Sum of RGB (Red+Green+Blue) = 246+122+96=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67A60 is #09859F. Grayscale: #9C9C9C. Windows color (decimal): -624032 or 6322934. OLE color: 6322934.
HSL color Cylindrical-coordinate representation of color #F67A60: hue angle of 10.4º 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 #F67A60 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 96 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.04 |
| HSL | 10.4º | 0.89% | 0.67% | - |
| HSV(B) | 10.4º | 0.61% | 0.96% | - |
| XYZ | 47.08 | 34.36 | 15.22 | - |
| YUV | 156.11 | 94.08 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 96 | 0 | 0.50 | 0.61 | 0.04 | 10.4 | 0.89 | 0.67 |
| Hex | F6 | 7A | 60 | 0 | 32 | 3D | 4 | A | 59 | 43 |
| Octal | 366 | 172 | 140 | 0 | 62 | 75 | 4 | 12 | 131 | 103 |
| Binary | 11110110 | 1111010 | 1100000 | 0 | 110010 | 111101 | 100 | 1010 | 1011001 | 1000011 |
Color Harmonies of #F67A60
Complementary color
Monochromatic Colors of #F67A60
Black with #F67A60
Text Example
Text Example
White with #F67A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67A60; }
p { color: rgb(246,122,96); }
H1.HeaderClassName
{
color: #F67A60;
}
.AnyTagClassName
{
color: #F67A60;
}
</style>
background-color css
<style>
a { background-color: #F67A60; }
a { background-color: rgb(246,122,96); }
div.DivClassName
{
background-color: #F67A60;
}
.BgClassName
{
background-color: #F67A60;
}
</style>
border-color css
<style>
span { border-color: #F67A60; }
span { border-color: rgb(246,122,96); }
td.TdClassName
{
border-color: #F67A60;
}
.TagClassName
{
border-color: #F67A60;
}
</style>