Shades of Bittersweet #F16866
Tints of Bittersweet #F16866
RGB
CMYK
RGB Variations
Color information
#F16866 (or 0xF16866) is known color: Bittersweet. HEX triplet: F1, 68 and 66. RGB value is (241,104,102). Sum of RGB (Red+Green+Blue) = 241+104+102=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F16866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16866 is #0E9799. Grayscale: #909090. Windows color (decimal): -956314 or 6711537. OLE color: 6711537.
HSL color Cylindrical-coordinate representation of color #F16866: hue angle of 0.86º 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 #F16866 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 102 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.05 |
| HSL | 0.86º | 0.83% | 0.67% | - |
| HSV(B) | 0.86º | 0.58% | 0.95% | - |
| XYZ | 43.62 | 29.56 | 15.98 | - |
| YUV | 144.74 | 103.89 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 102 | 0 | 0.57 | 0.58 | 0.05 | 0.86 | 0.83 | 0.67 |
| Hex | F1 | 68 | 66 | 0 | 39 | 3A | 5 | 1 | 53 | 43 |
| Octal | 361 | 150 | 146 | 0 | 71 | 72 | 5 | 1 | 123 | 103 |
| Binary | 11110001 | 1101000 | 1100110 | 0 | 111001 | 111010 | 101 | 1 | 1010011 | 1000011 |
Color Harmonies of #F16866
Complementary color
Monochromatic Colors of #F16866
Black with #F16866
Text Example
Text Example
White with #F16866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16866; }
p { color: rgb(241,104,102); }
H1.HeaderClassName
{
color: #F16866;
}
.AnyTagClassName
{
color: #F16866;
}
</style>
background-color css
<style>
a { background-color: #F16866; }
a { background-color: rgb(241,104,102); }
div.DivClassName
{
background-color: #F16866;
}
.BgClassName
{
background-color: #F16866;
}
</style>
border-color css
<style>
span { border-color: #F16866; }
span { border-color: rgb(241,104,102); }
td.TdClassName
{
border-color: #F16866;
}
.TagClassName
{
border-color: #F16866;
}
</style>