Shades of Bittersweet #F36855
Tints of Bittersweet #F36855
RGB
CMYK
RGB Variations
Color information
#F36855 (or 0xF36855) is known color: Bittersweet. HEX triplet: F3, 68 and 55. RGB value is (243,104,85). Sum of RGB (Red+Green+Blue) = 243+104+85=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F36855 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36855 is #0C97AA. Grayscale: #8F8F8F. Windows color (decimal): -825259 or 5597427. OLE color: 5597427.
HSL color Cylindrical-coordinate representation of color #F36855: hue angle of 7.22º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F36855 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 85 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.05 |
| HSL | 7.22º | 0.87% | 0.64% | - |
| HSV(B) | 7.22º | 0.65% | 0.95% | - |
| XYZ | 43.55 | 29.61 | 12.01 | - |
| YUV | 143.4 | 95.05 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 85 | 0 | 0.57 | 0.65 | 0.05 | 7.22 | 0.87 | 0.64 |
| Hex | F3 | 68 | 55 | 0 | 39 | 41 | 5 | 7 | 57 | 40 |
| Octal | 363 | 150 | 125 | 0 | 71 | 101 | 5 | 7 | 127 | 100 |
| Binary | 11110011 | 1101000 | 1010101 | 0 | 111001 | 1000001 | 101 | 111 | 1010111 | 1000000 |
Color Harmonies of #F36855
Complementary color
Monochromatic Colors of #F36855
Black with #F36855
Text Example
Text Example
White with #F36855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36855; }
p { color: rgb(243,104,85); }
H1.HeaderClassName
{
color: #F36855;
}
.AnyTagClassName
{
color: #F36855;
}
</style>
background-color css
<style>
a { background-color: #F36855; }
a { background-color: rgb(243,104,85); }
div.DivClassName
{
background-color: #F36855;
}
.BgClassName
{
background-color: #F36855;
}
</style>
border-color css
<style>
span { border-color: #F36855; }
span { border-color: rgb(243,104,85); }
td.TdClassName
{
border-color: #F36855;
}
.TagClassName
{
border-color: #F36855;
}
</style>