Shades of Bittersweet #F17566
Tints of Bittersweet #F17566
RGB
CMYK
RGB Variations
Color information
#F17566 (or 0xF17566) is known color: Bittersweet. HEX triplet: F1, 75 and 66. RGB value is (241,117,102). Sum of RGB (Red+Green+Blue) = 241+117+102=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F17566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17566 is #0E8A99. Grayscale: #989898. Windows color (decimal): -952986 or 6714865. OLE color: 6714865.
HSL color Cylindrical-coordinate representation of color #F17566: hue angle of 6.47º 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 #F17566 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 102 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.05 |
| HSL | 6.47º | 0.83% | 0.67% | - |
| HSV(B) | 6.47º | 0.58% | 0.95% | - |
| XYZ | 45.04 | 32.38 | 16.45 | - |
| YUV | 152.37 | 99.58 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 102 | 0 | 0.51 | 0.58 | 0.05 | 6.47 | 0.83 | 0.67 |
| Hex | F1 | 75 | 66 | 0 | 33 | 3A | 5 | 6 | 53 | 43 |
| Octal | 361 | 165 | 146 | 0 | 63 | 72 | 5 | 6 | 123 | 103 |
| Binary | 11110001 | 1110101 | 1100110 | 0 | 110011 | 111010 | 101 | 110 | 1010011 | 1000011 |
Color Harmonies of #F17566
Complementary color
Monochromatic Colors of #F17566
Black with #F17566
Text Example
Text Example
White with #F17566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17566; }
p { color: rgb(241,117,102); }
H1.HeaderClassName
{
color: #F17566;
}
.AnyTagClassName
{
color: #F17566;
}
</style>
background-color css
<style>
a { background-color: #F17566; }
a { background-color: rgb(241,117,102); }
div.DivClassName
{
background-color: #F17566;
}
.BgClassName
{
background-color: #F17566;
}
</style>
border-color css
<style>
span { border-color: #F17566; }
span { border-color: rgb(241,117,102); }
td.TdClassName
{
border-color: #F17566;
}
.TagClassName
{
border-color: #F17566;
}
</style>