Shades of Bittersweet #F67266
Tints of Bittersweet #F67266
RGB
CMYK
RGB Variations
Color information
#F67266 (or 0xF67266) is known color: Bittersweet. HEX triplet: F6, 72 and 66. RGB value is (246,114,102). Sum of RGB (Red+Green+Blue) = 246+114+102=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F67266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67266 is #098D99. Grayscale: #989898. Windows color (decimal): -626074 or 6714102. OLE color: 6714102.
HSL color Cylindrical-coordinate representation of color #F67266: hue angle of 5º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F67266 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 102 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.04 |
| HSL | 5º | 0.89% | 0.68% | - |
| HSV(B) | 5º | 0.59% | 0.96% | - |
| XYZ | 46.42 | 32.59 | 16.41 | - |
| YUV | 152.1 | 99.73 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 102 | 0 | 0.54 | 0.59 | 0.04 | 5 | 0.89 | 0.68 |
| Hex | F6 | 72 | 66 | 0 | 36 | 3B | 4 | 5 | 59 | 44 |
| Octal | 366 | 162 | 146 | 0 | 66 | 73 | 4 | 5 | 131 | 104 |
| Binary | 11110110 | 1110010 | 1100110 | 0 | 110110 | 111011 | 100 | 101 | 1011001 | 1000100 |
Color Harmonies of #F67266
Complementary color
Monochromatic Colors of #F67266
Black with #F67266
Text Example
Text Example
White with #F67266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67266; }
p { color: rgb(246,114,102); }
H1.HeaderClassName
{
color: #F67266;
}
.AnyTagClassName
{
color: #F67266;
}
</style>
background-color css
<style>
a { background-color: #F67266; }
a { background-color: rgb(246,114,102); }
div.DivClassName
{
background-color: #F67266;
}
.BgClassName
{
background-color: #F67266;
}
</style>
border-color css
<style>
span { border-color: #F67266; }
span { border-color: rgb(246,114,102); }
td.TdClassName
{
border-color: #F67266;
}
.TagClassName
{
border-color: #F67266;
}
</style>