Shades of Bittersweet #F16362
Tints of Bittersweet #F16362
RGB
CMYK
RGB Variations
Color information
#F16362 (or 0xF16362) is known color: Bittersweet. HEX triplet: F1, 63 and 62. RGB value is (241,99,98). Sum of RGB (Red+Green+Blue) = 241+99+98=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F16362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16362 is #0E9C9D. Grayscale: #8D8D8D. Windows color (decimal): -957598 or 6448113. OLE color: 6448113.
HSL color Cylindrical-coordinate representation of color #F16362: hue angle of 0.42º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16362 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 98 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.05 |
| HSL | 0.42º | 0.84% | 0.66% | - |
| HSV(B) | 0.42º | 0.59% | 0.95% | - |
| XYZ | 42.94 | 28.51 | 14.79 | - |
| YUV | 141.34 | 103.54 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 98 | 0 | 0.59 | 0.59 | 0.05 | 0.42 | 0.84 | 0.66 |
| Hex | F1 | 63 | 62 | 0 | 3B | 3B | 5 | 0 | 54 | 42 |
| Octal | 361 | 143 | 142 | 0 | 73 | 73 | 5 | 0 | 124 | 102 |
| Binary | 11110001 | 1100011 | 1100010 | 0 | 111011 | 111011 | 101 | 0 | 1010100 | 1000010 |
Color Harmonies of #F16362
Complementary color
Monochromatic Colors of #F16362
Black with #F16362
Text Example
Text Example
White with #F16362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16362; }
p { color: rgb(241,99,98); }
H1.HeaderClassName
{
color: #F16362;
}
.AnyTagClassName
{
color: #F16362;
}
</style>
background-color css
<style>
a { background-color: #F16362; }
a { background-color: rgb(241,99,98); }
div.DivClassName
{
background-color: #F16362;
}
.BgClassName
{
background-color: #F16362;
}
</style>
border-color css
<style>
span { border-color: #F16362; }
span { border-color: rgb(241,99,98); }
td.TdClassName
{
border-color: #F16362;
}
.TagClassName
{
border-color: #F16362;
}
</style>