Shades of Bittersweet #F17066
Tints of Bittersweet #F17066
RGB
CMYK
RGB Variations
Color information
#F17066 (or 0xF17066) is known color: Bittersweet. HEX triplet: F1, 70 and 66. RGB value is (241,112,102). Sum of RGB (Red+Green+Blue) = 241+112+102=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F17066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17066 is #0E8F99. Grayscale: #959595. Windows color (decimal): -954266 or 6713585. OLE color: 6713585.
HSL color Cylindrical-coordinate representation of color #F17066: hue angle of 4.32º 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 #F17066 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 102 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.05 |
| HSL | 4.32º | 0.83% | 0.67% | - |
| HSV(B) | 4.32º | 0.58% | 0.95% | - |
| XYZ | 44.47 | 31.25 | 16.26 | - |
| YUV | 149.43 | 101.24 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 102 | 0 | 0.54 | 0.58 | 0.05 | 4.32 | 0.83 | 0.67 |
| Hex | F1 | 70 | 66 | 0 | 36 | 3A | 5 | 4 | 53 | 43 |
| Octal | 361 | 160 | 146 | 0 | 66 | 72 | 5 | 4 | 123 | 103 |
| Binary | 11110001 | 1110000 | 1100110 | 0 | 110110 | 111010 | 101 | 100 | 1010011 | 1000011 |
Color Harmonies of #F17066
Complementary color
Monochromatic Colors of #F17066
Black with #F17066
Text Example
Text Example
White with #F17066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17066; }
p { color: rgb(241,112,102); }
H1.HeaderClassName
{
color: #F17066;
}
.AnyTagClassName
{
color: #F17066;
}
</style>
background-color css
<style>
a { background-color: #F17066; }
a { background-color: rgb(241,112,102); }
div.DivClassName
{
background-color: #F17066;
}
.BgClassName
{
background-color: #F17066;
}
</style>
border-color css
<style>
span { border-color: #F17066; }
span { border-color: rgb(241,112,102); }
td.TdClassName
{
border-color: #F17066;
}
.TagClassName
{
border-color: #F17066;
}
</style>