Shades of Bittersweet #F17468
Tints of Bittersweet #F17468
RGB
CMYK
RGB Variations
Color information
#F17468 (or 0xF17468) is known color: Bittersweet. HEX triplet: F1, 74 and 68. RGB value is (241,116,104). Sum of RGB (Red+Green+Blue) = 241+116+104=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F17468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17468 is #0E8B97. Grayscale: #989898. Windows color (decimal): -953240 or 6845681. OLE color: 6845681.
HSL color Cylindrical-coordinate representation of color #F17468: hue angle of 5.26º 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 #F17468 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 104 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.05 |
| HSL | 5.26º | 0.83% | 0.68% | - |
| HSV(B) | 5.26º | 0.57% | 0.95% | - |
| XYZ | 45.02 | 32.19 | 16.94 | - |
| YUV | 152.01 | 100.91 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 104 | 0 | 0.52 | 0.57 | 0.05 | 5.26 | 0.83 | 0.68 |
| Hex | F1 | 74 | 68 | 0 | 34 | 39 | 5 | 5 | 53 | 44 |
| Octal | 361 | 164 | 150 | 0 | 64 | 71 | 5 | 5 | 123 | 104 |
| Binary | 11110001 | 1110100 | 1101000 | 0 | 110100 | 111001 | 101 | 101 | 1010011 | 1000100 |
Color Harmonies of #F17468
Complementary color
Monochromatic Colors of #F17468
Black with #F17468
Text Example
Text Example
White with #F17468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17468; }
p { color: rgb(241,116,104); }
H1.HeaderClassName
{
color: #F17468;
}
.AnyTagClassName
{
color: #F17468;
}
</style>
background-color css
<style>
a { background-color: #F17468; }
a { background-color: rgb(241,116,104); }
div.DivClassName
{
background-color: #F17468;
}
.BgClassName
{
background-color: #F17468;
}
</style>
border-color css
<style>
span { border-color: #F17468; }
span { border-color: rgb(241,116,104); }
td.TdClassName
{
border-color: #F17468;
}
.TagClassName
{
border-color: #F17468;
}
</style>