Shades of Bittersweet #F37260
Tints of Bittersweet #F37260
RGB
CMYK
RGB Variations
Color information
#F37260 (or 0xF37260) is known color: Bittersweet. HEX triplet: F3, 72 and 60. RGB value is (243,114,96). Sum of RGB (Red+Green+Blue) = 243+114+96=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F37260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37260 is #0C8D9F. Grayscale: #969696. Windows color (decimal): -822688 or 6320883. OLE color: 6320883.
HSL color Cylindrical-coordinate representation of color #F37260: hue angle of 7.35º 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 #F37260 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 96 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.05 |
| HSL | 7.35º | 0.86% | 0.66% | - |
| HSV(B) | 7.35º | 0.6% | 0.95% | - |
| XYZ | 45.09 | 31.93 | 14.85 | - |
| YUV | 150.52 | 97.24 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 96 | 0 | 0.53 | 0.60 | 0.05 | 7.35 | 0.86 | 0.66 |
| Hex | F3 | 72 | 60 | 0 | 35 | 3C | 5 | 7 | 56 | 42 |
| Octal | 363 | 162 | 140 | 0 | 65 | 74 | 5 | 7 | 126 | 102 |
| Binary | 11110011 | 1110010 | 1100000 | 0 | 110101 | 111100 | 101 | 111 | 1010110 | 1000010 |
Color Harmonies of #F37260
Complementary color
Monochromatic Colors of #F37260
Black with #F37260
Text Example
Text Example
White with #F37260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37260; }
p { color: rgb(243,114,96); }
H1.HeaderClassName
{
color: #F37260;
}
.AnyTagClassName
{
color: #F37260;
}
</style>
background-color css
<style>
a { background-color: #F37260; }
a { background-color: rgb(243,114,96); }
div.DivClassName
{
background-color: #F37260;
}
.BgClassName
{
background-color: #F37260;
}
</style>
border-color css
<style>
span { border-color: #F37260; }
span { border-color: rgb(243,114,96); }
td.TdClassName
{
border-color: #F37260;
}
.TagClassName
{
border-color: #F37260;
}
</style>