Shades of Bittersweet #F17268
Tints of Bittersweet #F17268
RGB
CMYK
RGB Variations
Color information
#F17268 (or 0xF17268) is known color: Bittersweet. HEX triplet: F1, 72 and 68. RGB value is (241,114,104). Sum of RGB (Red+Green+Blue) = 241+114+104=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F17268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17268 is #0E8D97. Grayscale: #979797. Windows color (decimal): -953752 or 6845169. OLE color: 6845169.
HSL color Cylindrical-coordinate representation of color #F17268: hue angle of 4.38º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F17268 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 104 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.05 |
| HSL | 4.38º | 0.83% | 0.68% | - |
| HSV(B) | 4.38º | 0.57% | 0.95% | - |
| XYZ | 44.79 | 31.73 | 16.86 | - |
| YUV | 150.83 | 101.58 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 104 | 0 | 0.53 | 0.57 | 0.05 | 4.38 | 0.83 | 0.68 |
| Hex | F1 | 72 | 68 | 0 | 35 | 39 | 5 | 4 | 53 | 44 |
| Octal | 361 | 162 | 150 | 0 | 65 | 71 | 5 | 4 | 123 | 104 |
| Binary | 11110001 | 1110010 | 1101000 | 0 | 110101 | 111001 | 101 | 100 | 1010011 | 1000100 |
Color Harmonies of #F17268
Complementary color
Monochromatic Colors of #F17268
Black with #F17268
Text Example
Text Example
White with #F17268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17268; }
p { color: rgb(241,114,104); }
H1.HeaderClassName
{
color: #F17268;
}
.AnyTagClassName
{
color: #F17268;
}
</style>
background-color css
<style>
a { background-color: #F17268; }
a { background-color: rgb(241,114,104); }
div.DivClassName
{
background-color: #F17268;
}
.BgClassName
{
background-color: #F17268;
}
</style>
border-color css
<style>
span { border-color: #F17268; }
span { border-color: rgb(241,114,104); }
td.TdClassName
{
border-color: #F17268;
}
.TagClassName
{
border-color: #F17268;
}
</style>