Shades of Bittersweet #F17166
Tints of Bittersweet #F17166
RGB
CMYK
RGB Variations
Color information
#F17166 (or 0xF17166) is known color: Bittersweet. HEX triplet: F1, 71 and 66. RGB value is (241,113,102). Sum of RGB (Red+Green+Blue) = 241+113+102=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F17166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17166 is #0E8E99. Grayscale: #969696. Windows color (decimal): -954010 or 6713841. OLE color: 6713841.
HSL color Cylindrical-coordinate representation of color #F17166: hue angle of 4.75º 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 #F17166 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 102 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.05 |
| HSL | 4.75º | 0.83% | 0.67% | - |
| HSV(B) | 4.75º | 0.58% | 0.95% | - |
| XYZ | 44.58 | 31.47 | 16.3 | - |
| YUV | 150.02 | 100.91 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 102 | 0 | 0.53 | 0.58 | 0.05 | 4.75 | 0.83 | 0.67 |
| Hex | F1 | 71 | 66 | 0 | 35 | 3A | 5 | 5 | 53 | 43 |
| Octal | 361 | 161 | 146 | 0 | 65 | 72 | 5 | 5 | 123 | 103 |
| Binary | 11110001 | 1110001 | 1100110 | 0 | 110101 | 111010 | 101 | 101 | 1010011 | 1000011 |
Color Harmonies of #F17166
Complementary color
Monochromatic Colors of #F17166
Black with #F17166
Text Example
Text Example
White with #F17166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17166; }
p { color: rgb(241,113,102); }
H1.HeaderClassName
{
color: #F17166;
}
.AnyTagClassName
{
color: #F17166;
}
</style>
background-color css
<style>
a { background-color: #F17166; }
a { background-color: rgb(241,113,102); }
div.DivClassName
{
background-color: #F17166;
}
.BgClassName
{
background-color: #F17166;
}
</style>
border-color css
<style>
span { border-color: #F17166; }
span { border-color: rgb(241,113,102); }
td.TdClassName
{
border-color: #F17166;
}
.TagClassName
{
border-color: #F17166;
}
</style>