Shades of Bittersweet #F96355
Tints of Bittersweet #F96355
RGB
CMYK
RGB Variations
Color information
#F96355 (or 0xF96355) is known color: Bittersweet. HEX triplet: F9, 63 and 55. RGB value is (249,99,85). Sum of RGB (Red+Green+Blue) = 249+99+85=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F96355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96355 is #069CAA. Grayscale: #8E8E8E. Windows color (decimal): -433323 or 5596153. OLE color: 5596153.
HSL color Cylindrical-coordinate representation of color #F96355: hue angle of 5.12º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F96355 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 85 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.02 |
| HSL | 5.12º | 0.93% | 0.65% | - |
| HSV(B) | 5.12º | 0.66% | 0.98% | - |
| XYZ | 45.17 | 29.72 | 11.95 | - |
| YUV | 142.25 | 95.7 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 85 | 0 | 0.60 | 0.66 | 0.02 | 5.12 | 0.93 | 0.65 |
| Hex | F9 | 63 | 55 | 0 | 3C | 42 | 2 | 5 | 5D | 41 |
| Octal | 371 | 143 | 125 | 0 | 74 | 102 | 2 | 5 | 135 | 101 |
| Binary | 11111001 | 1100011 | 1010101 | 0 | 111100 | 1000010 | 10 | 101 | 1011101 | 1000001 |
Color Harmonies of #F96355
Complementary color
Monochromatic Colors of #F96355
Black with #F96355
Text Example
Text Example
White with #F96355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96355; }
p { color: rgb(249,99,85); }
H1.HeaderClassName
{
color: #F96355;
}
.AnyTagClassName
{
color: #F96355;
}
</style>
background-color css
<style>
a { background-color: #F96355; }
a { background-color: rgb(249,99,85); }
div.DivClassName
{
background-color: #F96355;
}
.BgClassName
{
background-color: #F96355;
}
</style>
border-color css
<style>
span { border-color: #F96355; }
span { border-color: rgb(249,99,85); }
td.TdClassName
{
border-color: #F96355;
}
.TagClassName
{
border-color: #F96355;
}
</style>