Shades of Bittersweet #F16F63
Tints of Bittersweet #F16F63
RGB
CMYK
RGB Variations
Color information
#F16F63 (or 0xF16F63) is known color: Bittersweet. HEX triplet: F1, 6F and 63. RGB value is (241,111,99). Sum of RGB (Red+Green+Blue) = 241+111+99=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16F63 is #0E909C. Grayscale: #949494. Windows color (decimal): -954525 or 6516721. OLE color: 6516721.
HSL color Cylindrical-coordinate representation of color #F16F63: hue angle of 5.07º degrees, saturation: 0.84, 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 #F16F63 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 99 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.05 |
| HSL | 5.07º | 0.84% | 0.67% | - |
| HSV(B) | 5.07º | 0.59% | 0.95% | - |
| XYZ | 44.21 | 30.97 | 15.45 | - |
| YUV | 148.5 | 100.07 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 99 | 0 | 0.54 | 0.59 | 0.05 | 5.07 | 0.84 | 0.67 |
| Hex | F1 | 6F | 63 | 0 | 36 | 3B | 5 | 5 | 54 | 43 |
| Octal | 361 | 157 | 143 | 0 | 66 | 73 | 5 | 5 | 124 | 103 |
| Binary | 11110001 | 1101111 | 1100011 | 0 | 110110 | 111011 | 101 | 101 | 1010100 | 1000011 |
Color Harmonies of #F16F63
Complementary color
Monochromatic Colors of #F16F63
Black with #F16F63
Text Example
Text Example
White with #F16F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F63; }
p { color: rgb(241,111,99); }
H1.HeaderClassName
{
color: #F16F63;
}
.AnyTagClassName
{
color: #F16F63;
}
</style>
background-color css
<style>
a { background-color: #F16F63; }
a { background-color: rgb(241,111,99); }
div.DivClassName
{
background-color: #F16F63;
}
.BgClassName
{
background-color: #F16F63;
}
</style>
border-color css
<style>
span { border-color: #F16F63; }
span { border-color: rgb(241,111,99); }
td.TdClassName
{
border-color: #F16F63;
}
.TagClassName
{
border-color: #F16F63;
}
</style>