Shades of Bittersweet #F36760
Tints of Bittersweet #F36760
RGB
CMYK
RGB Variations
Color information
#F36760 (or 0xF36760) is known color: Bittersweet. HEX triplet: F3, 67 and 60. RGB value is (243,103,96). Sum of RGB (Red+Green+Blue) = 243+103+96=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F36760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36760 is #0C989F. Grayscale: #909090. Windows color (decimal): -825504 or 6318067. OLE color: 6318067.
HSL color Cylindrical-coordinate representation of color #F36760: hue angle of 2.86º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F36760 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 103 | 96 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.05 |
| HSL | 2.86º | 0.86% | 0.66% | - |
| HSV(B) | 2.86º | 0.6% | 0.95% | - |
| XYZ | 43.92 | 29.6 | 14.46 | - |
| YUV | 144.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 103 | 96 | 0 | 0.58 | 0.60 | 0.05 | 2.86 | 0.86 | 0.66 |
| Hex | F3 | 67 | 60 | 0 | 3A | 3C | 5 | 3 | 56 | 42 |
| Octal | 363 | 147 | 140 | 0 | 72 | 74 | 5 | 3 | 126 | 102 |
| Binary | 11110011 | 1100111 | 1100000 | 0 | 111010 | 111100 | 101 | 11 | 1010110 | 1000010 |
Color Harmonies of #F36760
Complementary color
Monochromatic Colors of #F36760
Black with #F36760
Text Example
Text Example
White with #F36760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36760; }
p { color: rgb(243,103,96); }
H1.HeaderClassName
{
color: #F36760;
}
.AnyTagClassName
{
color: #F36760;
}
</style>
background-color css
<style>
a { background-color: #F36760; }
a { background-color: rgb(243,103,96); }
div.DivClassName
{
background-color: #F36760;
}
.BgClassName
{
background-color: #F36760;
}
</style>
border-color css
<style>
span { border-color: #F36760; }
span { border-color: rgb(243,103,96); }
td.TdClassName
{
border-color: #F36760;
}
.TagClassName
{
border-color: #F36760;
}
</style>