Shades of Bittersweet #F16F65
Tints of Bittersweet #F16F65
RGB
CMYK
RGB Variations
Color information
#F16F65 (or 0xF16F65) is known color: Bittersweet. HEX triplet: F1, 6F and 65. RGB value is (241,111,101). Sum of RGB (Red+Green+Blue) = 241+111+101=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16F65 is #0E909A. Grayscale: #949494. Windows color (decimal): -954523 or 6647793. OLE color: 6647793.
HSL color Cylindrical-coordinate representation of color #F16F65: hue angle of 4.29º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F16F65 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 101 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.05 |
| HSL | 4.29º | 0.83% | 0.67% | - |
| HSV(B) | 4.29º | 0.58% | 0.95% | - |
| XYZ | 44.31 | 31.01 | 15.96 | - |
| YUV | 148.73 | 101.07 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 101 | 0 | 0.54 | 0.58 | 0.05 | 4.29 | 0.83 | 0.67 |
| Hex | F1 | 6F | 65 | 0 | 36 | 3A | 5 | 4 | 53 | 43 |
| Octal | 361 | 157 | 145 | 0 | 66 | 72 | 5 | 4 | 123 | 103 |
| Binary | 11110001 | 1101111 | 1100101 | 0 | 110110 | 111010 | 101 | 100 | 1010011 | 1000011 |
Color Harmonies of #F16F65
Complementary color
Monochromatic Colors of #F16F65
Black with #F16F65
Text Example
Text Example
White with #F16F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F65; }
p { color: rgb(241,111,101); }
H1.HeaderClassName
{
color: #F16F65;
}
.AnyTagClassName
{
color: #F16F65;
}
</style>
background-color css
<style>
a { background-color: #F16F65; }
a { background-color: rgb(241,111,101); }
div.DivClassName
{
background-color: #F16F65;
}
.BgClassName
{
background-color: #F16F65;
}
</style>
border-color css
<style>
span { border-color: #F16F65; }
span { border-color: rgb(241,111,101); }
td.TdClassName
{
border-color: #F16F65;
}
.TagClassName
{
border-color: #F16F65;
}
</style>