Shades of Bittersweet #F37069
Tints of Bittersweet #F37069
RGB
CMYK
RGB Variations
Color information
#F37069 (or 0xF37069) is known color: Bittersweet. HEX triplet: F3, 70 and 69. RGB value is (243,112,105). Sum of RGB (Red+Green+Blue) = 243+112+105=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F37069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37069 is #0C8F96. Grayscale: #969696. Windows color (decimal): -823191 or 6910195. OLE color: 6910195.
HSL color Cylindrical-coordinate representation of color #F37069: hue angle of 3.04º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F37069 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 105 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.05 |
| HSL | 3.04º | 0.85% | 0.68% | - |
| HSV(B) | 3.04º | 0.57% | 0.95% | - |
| XYZ | 45.31 | 31.66 | 17.09 | - |
| YUV | 150.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 105 | 0 | 0.54 | 0.57 | 0.05 | 3.04 | 0.85 | 0.68 |
| Hex | F3 | 70 | 69 | 0 | 36 | 39 | 5 | 3 | 55 | 44 |
| Octal | 363 | 160 | 151 | 0 | 66 | 71 | 5 | 3 | 125 | 104 |
| Binary | 11110011 | 1110000 | 1101001 | 0 | 110110 | 111001 | 101 | 11 | 1010101 | 1000100 |
Color Harmonies of #F37069
Complementary color
Monochromatic Colors of #F37069
Black with #F37069
Text Example
Text Example
White with #F37069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37069; }
p { color: rgb(243,112,105); }
H1.HeaderClassName
{
color: #F37069;
}
.AnyTagClassName
{
color: #F37069;
}
</style>
background-color css
<style>
a { background-color: #F37069; }
a { background-color: rgb(243,112,105); }
div.DivClassName
{
background-color: #F37069;
}
.BgClassName
{
background-color: #F37069;
}
</style>
border-color css
<style>
span { border-color: #F37069; }
span { border-color: rgb(243,112,105); }
td.TdClassName
{
border-color: #F37069;
}
.TagClassName
{
border-color: #F37069;
}
</style>