Shades of Bittersweet #F36C5A
Tints of Bittersweet #F36C5A
RGB
CMYK
RGB Variations
Color information
#F36C5A (or 0xF36C5A) is known color: Bittersweet. HEX triplet: F3, 6C and 5A. RGB value is (243,108,90). Sum of RGB (Red+Green+Blue) = 243+108+90=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36C5A is #0C93A5. Grayscale: #929292. Windows color (decimal): -824230 or 5926131. OLE color: 5926131.
HSL color Cylindrical-coordinate representation of color #F36C5A: hue angle of 7.06º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F36C5A is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 90 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.05 |
| HSL | 7.06º | 0.86% | 0.65% | - |
| HSV(B) | 7.06º | 0.63% | 0.95% | - |
| XYZ | 44.17 | 30.52 | 13.24 | - |
| YUV | 146.31 | 96.23 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 90 | 0 | 0.56 | 0.63 | 0.05 | 7.06 | 0.86 | 0.65 |
| Hex | F3 | 6C | 5A | 0 | 38 | 3F | 5 | 7 | 56 | 41 |
| Octal | 363 | 154 | 132 | 0 | 70 | 77 | 5 | 7 | 126 | 101 |
| Binary | 11110011 | 1101100 | 1011010 | 0 | 111000 | 111111 | 101 | 111 | 1010110 | 1000001 |
Color Harmonies of #F36C5A
Complementary color
Monochromatic Colors of #F36C5A
Black with #F36C5A
Text Example
Text Example
White with #F36C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36C5A; }
p { color: rgb(243,108,90); }
H1.HeaderClassName
{
color: #F36C5A;
}
.AnyTagClassName
{
color: #F36C5A;
}
</style>
background-color css
<style>
a { background-color: #F36C5A; }
a { background-color: rgb(243,108,90); }
div.DivClassName
{
background-color: #F36C5A;
}
.BgClassName
{
background-color: #F36C5A;
}
</style>
border-color css
<style>
span { border-color: #F36C5A; }
span { border-color: rgb(243,108,90); }
td.TdClassName
{
border-color: #F36C5A;
}
.TagClassName
{
border-color: #F36C5A;
}
</style>