Shades of Bittersweet #F16F64
Tints of Bittersweet #F16F64
RGB
CMYK
RGB Variations
Color information
#F16F64 (or 0xF16F64) is known color: Bittersweet. HEX triplet: F1, 6F and 64. RGB value is (241,111,100). Sum of RGB (Red+Green+Blue) = 241+111+100=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16F64 is #0E909B. Grayscale: #949494. Windows color (decimal): -954524 or 6582257. OLE color: 6582257.
HSL color Cylindrical-coordinate representation of color #F16F64: hue angle of 4.68º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16F64 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 100 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.05 |
| HSL | 4.68º | 0.83% | 0.67% | - |
| HSV(B) | 4.68º | 0.59% | 0.95% | - |
| XYZ | 44.26 | 30.99 | 15.71 | - |
| YUV | 148.62 | 100.57 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 100 | 0 | 0.54 | 0.59 | 0.05 | 4.68 | 0.83 | 0.67 |
| Hex | F1 | 6F | 64 | 0 | 36 | 3B | 5 | 5 | 53 | 43 |
| Octal | 361 | 157 | 144 | 0 | 66 | 73 | 5 | 5 | 123 | 103 |
| Binary | 11110001 | 1101111 | 1100100 | 0 | 110110 | 111011 | 101 | 101 | 1010011 | 1000011 |
Color Harmonies of #F16F64
Complementary color
Monochromatic Colors of #F16F64
Black with #F16F64
Text Example
Text Example
White with #F16F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F64; }
p { color: rgb(241,111,100); }
H1.HeaderClassName
{
color: #F16F64;
}
.AnyTagClassName
{
color: #F16F64;
}
</style>
background-color css
<style>
a { background-color: #F16F64; }
a { background-color: rgb(241,111,100); }
div.DivClassName
{
background-color: #F16F64;
}
.BgClassName
{
background-color: #F16F64;
}
</style>
border-color css
<style>
span { border-color: #F16F64; }
span { border-color: rgb(241,111,100); }
td.TdClassName
{
border-color: #F16F64;
}
.TagClassName
{
border-color: #F16F64;
}
</style>