Shades of Salmon #F37668
Tints of Salmon #F37668
RGB
CMYK
RGB Variations
Color information
#F37668 (or 0xF37668) is known color: Salmon. HEX triplet: F3, 76 and 68. RGB value is (243,118,104). Sum of RGB (Red+Green+Blue) = 243+118+104=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F37668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37668 is #0C8997. Grayscale: #999999. Windows color (decimal): -821656 or 6846195. OLE color: 6846195.
HSL color Cylindrical-coordinate representation of color #F37668: hue angle of 6.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 #F37668 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 118 | 104 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.05 |
| HSL | 6.04º | 0.85% | 0.68% | - |
| HSV(B) | 6.04º | 0.57% | 0.95% | - |
| XYZ | 45.94 | 33.01 | 17.05 | - |
| YUV | 153.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 118 | 104 | 0 | 0.51 | 0.57 | 0.05 | 6.04 | 0.85 | 0.68 |
| Hex | F3 | 76 | 68 | 0 | 33 | 39 | 5 | 6 | 55 | 44 |
| Octal | 363 | 166 | 150 | 0 | 63 | 71 | 5 | 6 | 125 | 104 |
| Binary | 11110011 | 1110110 | 1101000 | 0 | 110011 | 111001 | 101 | 110 | 1010101 | 1000100 |
Color Harmonies of #F37668
Complementary color
Monochromatic Colors of #F37668
Black with #F37668
Text Example
Text Example
White with #F37668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37668; }
p { color: rgb(243,118,104); }
H1.HeaderClassName
{
color: #F37668;
}
.AnyTagClassName
{
color: #F37668;
}
</style>
background-color css
<style>
a { background-color: #F37668; }
a { background-color: rgb(243,118,104); }
div.DivClassName
{
background-color: #F37668;
}
.BgClassName
{
background-color: #F37668;
}
</style>
border-color css
<style>
span { border-color: #F37668; }
span { border-color: rgb(243,118,104); }
td.TdClassName
{
border-color: #F37668;
}
.TagClassName
{
border-color: #F37668;
}
</style>