Shades of Bittersweet #F16662
Tints of Bittersweet #F16662
RGB
CMYK
RGB Variations
Color information
#F16662 (or 0xF16662) is known color: Bittersweet. HEX triplet: F1, 66 and 62. RGB value is (241,102,98). Sum of RGB (Red+Green+Blue) = 241+102+98=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F16662 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16662 is #0E999D. Grayscale: #8F8F8F. Windows color (decimal): -956830 or 6448881. OLE color: 6448881.
HSL color Cylindrical-coordinate representation of color #F16662: hue angle of 1.68º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16662 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 98 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.05 |
| HSL | 1.68º | 0.84% | 0.66% | - |
| HSV(B) | 1.68º | 0.59% | 0.95% | - |
| XYZ | 43.23 | 29.09 | 14.89 | - |
| YUV | 143.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 98 | 0 | 0.58 | 0.59 | 0.05 | 1.68 | 0.84 | 0.66 |
| Hex | F1 | 66 | 62 | 0 | 3A | 3B | 5 | 2 | 54 | 42 |
| Octal | 361 | 146 | 142 | 0 | 72 | 73 | 5 | 2 | 124 | 102 |
| Binary | 11110001 | 1100110 | 1100010 | 0 | 111010 | 111011 | 101 | 10 | 1010100 | 1000010 |
Color Harmonies of #F16662
Complementary color
Monochromatic Colors of #F16662
Black with #F16662
Text Example
Text Example
White with #F16662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16662; }
p { color: rgb(241,102,98); }
H1.HeaderClassName
{
color: #F16662;
}
.AnyTagClassName
{
color: #F16662;
}
</style>
background-color css
<style>
a { background-color: #F16662; }
a { background-color: rgb(241,102,98); }
div.DivClassName
{
background-color: #F16662;
}
.BgClassName
{
background-color: #F16662;
}
</style>
border-color css
<style>
span { border-color: #F16662; }
span { border-color: rgb(241,102,98); }
td.TdClassName
{
border-color: #F16662;
}
.TagClassName
{
border-color: #F16662;
}
</style>